#include "Array.h"
#include "CMatrix.h"
#include "dMatrix.h"
#include "fCMatrix.h"
#include "fMatrix.h"
#include "lo-error.h"
#include "lo-lapack-proto.h"
#include "oct-locbuf.h"
#include "schur.h"
Go to the source code of this file.
Namespaces | |
octave | |
octave::math | |
Functions | |
template<> | |
schur< ComplexMatrix > | octave::math::rsf2csf< ComplexMatrix, Matrix > (const Matrix &s_arg, const Matrix &u_arg) |
template<> | |
schur< FloatComplexMatrix > | octave::math::rsf2csf< FloatComplexMatrix, FloatMatrix > (const FloatMatrix &s_arg, const FloatMatrix &u_arg) |
static F77_INT | octave::math::select_ana (const double &a, const double &) |
static F77_INT | octave::math::select_ana (const F77_CMPLX &a_arg) |
static F77_INT | octave::math::select_ana (const F77_DBLE_CMPLX &a_arg) |
static F77_INT | octave::math::select_ana (const float &a, const float &) |
static F77_INT | octave::math::select_dig (const double &a, const double &b) |
static F77_INT | octave::math::select_dig (const F77_CMPLX &a_arg) |
static F77_INT | octave::math::select_dig (const F77_DBLE_CMPLX &a_arg) |
static F77_INT | octave::math::select_dig (const float &a, const float &b) |