#include <iostream>#include <cassert>#include "vnl_generalized_schur.h"#include <vnl/algo/vnl_netlib.h>Go to the source code of this file.
Functions | |
| template<> | |
| bool | vnl_generalized_schur (vnl_matrix< double > *A, vnl_matrix< double > *B, vnl_vector< double > *alphar, vnl_vector< double > *alphai, vnl_vector< double > *beta, vnl_matrix< double > *L, vnl_matrix< double > *R) |
Definition in file vnl_generalized_schur.cxx.
| bool vnl_generalized_schur | ( | vnl_matrix< double > * | A, |
| vnl_matrix< double > * | B, | ||
| vnl_vector< double > * | alphar, | ||
| vnl_vector< double > * | alphai, | ||
| vnl_vector< double > * | beta, | ||
| vnl_matrix< double > * | L, | ||
| vnl_matrix< double > * | R | ||
| ) |
Definition at line 13 of file vnl_generalized_schur.cxx.
1.8.15