#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.
◆ rsf2csf< ComplexMatrix, Matrix >()
Definition at line 362 of file schur.cc.
References Array< T, Alloc >::columns(), F77_DBLE_CMPLX_ARG, F77_XFCN, Array< T, Alloc >::fortran_vec(), n, OCTAVE_LOCAL_BUFFER, Array< T, Alloc >::rows(), and zrsf2csf().
Referenced by Frsf2csf().
◆ rsf2csf< FloatComplexMatrix, FloatMatrix >()
Definition at line 474 of file schur.cc.
References Array< T, Alloc >::columns(), crsf2csf(), F77_CMPLX_ARG, F77_XFCN, Array< T, Alloc >::fortran_vec(), n, OCTAVE_LOCAL_BUFFER, and Array< T, Alloc >::rows().
Referenced by Frsf2csf().
◆ select_ana() [1/4]
static F77_INT select_ana |
( |
const double & |
a, |
|
|
const double & |
|
|
) |
| |
|
static |
◆ select_ana() [2/4]
◆ select_ana() [3/4]
◆ select_ana() [4/4]
static F77_INT select_ana |
( |
const float & |
a, |
|
|
const float & |
|
|
) |
| |
|
static |
◆ select_dig() [1/4]
static F77_INT select_dig |
( |
const double & |
a, |
|
|
const double & |
b |
|
) |
| |
|
static |
◆ select_dig() [2/4]
◆ select_dig() [3/4]
◆ select_dig() [4/4]
static F77_INT select_dig |
( |
const float & |
a, |
|
|
const float & |
b |
|
) |
| |
|
static |