#include <fMatrix.h>
Inherits MArray2< float >.
typedef bool(* FloatMatrix::bmapper)(float) |
typedef FloatComplex(* FloatMatrix::cmapper)(const FloatComplex &) |
typedef float(* FloatMatrix::dmapper)(float) |
typedef void(* FloatMatrix::solve_singularity_handler)(float rcon) |
FloatMatrix::FloatMatrix | ( | void | ) | [inline] |
FloatMatrix::FloatMatrix | ( | octave_idx_type | r, | |
octave_idx_type | c | |||
) | [inline] |
FloatMatrix::FloatMatrix | ( | octave_idx_type | r, | |
octave_idx_type | c, | |||
float | val | |||
) | [inline] |
FloatMatrix::FloatMatrix | ( | const dim_vector & | dv | ) | [inline] |
FloatMatrix::FloatMatrix | ( | const dim_vector & | dv, | |
float | val | |||
) | [inline] |
FloatMatrix::FloatMatrix | ( | const FloatMatrix & | a | ) | [inline] |
FloatMatrix::FloatMatrix | ( | const FloatRowVector & | rv | ) | [explicit] |
FloatMatrix::FloatMatrix | ( | const FloatColumnVector & | cv | ) | [explicit] |
FloatMatrix::FloatMatrix | ( | const FloatDiagMatrix & | a | ) | [explicit] |
FloatMatrix::FloatMatrix | ( | const PermMatrix & | a | ) | [explicit] |
FloatMatrix::FloatMatrix | ( | const boolMatrix & | a | ) | [explicit] |
FloatMatrix::FloatMatrix | ( | const charMatrix & | a | ) | [explicit] |
FloatMatrix FloatMatrix::abs | ( | void | ) | const |
boolMatrix FloatMatrix::all | ( | int | dim = -1 |
) | const |
bool FloatMatrix::all_elements_are_int_or_inf_or_nan | ( | void | ) | const |
boolMatrix FloatMatrix::any | ( | int | dim = -1 |
) | const |
bool FloatMatrix::any_element_is_inf_or_nan | ( | void | ) | const |
bool FloatMatrix::any_element_is_nan | ( | void | ) | const |
bool FloatMatrix::any_element_not_one_or_zero | ( | void | ) | const |
FloatMatrix FloatMatrix::append | ( | const FloatDiagMatrix & | a | ) | const |
FloatMatrix FloatMatrix::append | ( | const FloatColumnVector & | a | ) | const |
FloatMatrix FloatMatrix::append | ( | const FloatRowVector & | a | ) | const |
FloatMatrix FloatMatrix::append | ( | const FloatMatrix & | a | ) | const |
FloatColumnVector FloatMatrix::column | ( | octave_idx_type | i | ) | const |
Reimplemented from Array< T >.
FloatRowVector FloatMatrix::column_max | ( | Array< octave_idx_type > & | index | ) | const |
FloatRowVector FloatMatrix::column_max | ( | void | ) | const |
FloatRowVector FloatMatrix::column_min | ( | Array< octave_idx_type > & | index | ) | const |
FloatRowVector FloatMatrix::column_min | ( | void | ) | const |
FloatMatrix FloatMatrix::cumprod | ( | int | dim = -1 |
) | const |
FloatMatrix FloatMatrix::cumsum | ( | int | dim = -1 |
) | const |
FloatDET FloatMatrix::determinant | ( | MatrixType & | mattype, | |
octave_idx_type & | info, | |||
float & | rcon, | |||
int | calc_cond = 1 | |||
) | const |
FloatDET FloatMatrix::determinant | ( | octave_idx_type & | info, | |
float & | rcon, | |||
int | calc_cond = 1 | |||
) | const |
FloatDET FloatMatrix::determinant | ( | octave_idx_type & | info | ) | const |
FloatDET FloatMatrix::determinant | ( | void | ) | const |
FloatMatrix FloatMatrix::diag | ( | octave_idx_type | k = 0 |
) | const |
Reimplemented from MArray2< float >.
FloatMatrix FloatMatrix::extract | ( | octave_idx_type | r1, | |
octave_idx_type | c1, | |||
octave_idx_type | r2, | |||
octave_idx_type | c2 | |||
) | const |
FloatMatrix FloatMatrix::extract_n | ( | octave_idx_type | r1, | |
octave_idx_type | c1, | |||
octave_idx_type | nr, | |||
octave_idx_type | nc | |||
) | const |
FloatMatrix & FloatMatrix::fill | ( | float | val, | |
octave_idx_type | r1, | |||
octave_idx_type | c1, | |||
octave_idx_type | r2, | |||
octave_idx_type | c2 | |||
) |
FloatMatrix & FloatMatrix::fill | ( | float | val | ) |
F77_RET_T FloatComplex *F77_RET_T FloatComplex FloatComplex *F77_RET_T FloatComplex FloatComplex *FloatComplexMatrix FloatMatrix::fourier | ( | void | ) | const |
FloatComplexMatrix FloatMatrix::fourier2d | ( | void | ) | const |
FloatComplexMatrix FloatMatrix::ifourier | ( | void | ) | const |
FloatComplexMatrix FloatMatrix::ifourier2d | ( | void | ) | const |
FloatMatrix & FloatMatrix::insert | ( | const FloatDiagMatrix & | a, | |
octave_idx_type | r, | |||
octave_idx_type | c | |||
) |
FloatMatrix & FloatMatrix::insert | ( | const FloatColumnVector & | a, | |
octave_idx_type | r, | |||
octave_idx_type | c | |||
) |
FloatMatrix & FloatMatrix::insert | ( | const FloatRowVector & | a, | |
octave_idx_type | r, | |||
octave_idx_type | c | |||
) |
FloatMatrix & FloatMatrix::insert | ( | const FloatMatrix & | a, | |
octave_idx_type | r, | |||
octave_idx_type | c | |||
) |
FloatMatrix FloatMatrix::inverse | ( | MatrixType & | mattype, | |
octave_idx_type & | info, | |||
float & | rcon, | |||
int | force = 0 , |
|||
int | calc_cond = 1 | |||
) | const |
FloatMatrix FloatMatrix::inverse | ( | MatrixType & | mattype, | |
octave_idx_type & | info | |||
) | const |
FloatMatrix FloatMatrix::inverse | ( | MatrixType & | mattype | ) | const |
FloatMatrix FloatMatrix::inverse | ( | octave_idx_type & | info, | |
float & | rcon, | |||
int | force = 0 , |
|||
int | calc_cond = 1 | |||
) | const |
FloatMatrix FloatMatrix::inverse | ( | octave_idx_type & | info | ) | const |
FloatMatrix FloatMatrix::inverse | ( | void | ) | const |
bool FloatMatrix::is_symmetric | ( | void | ) | const |
FloatComplexColumnVector FloatMatrix::lssolve | ( | const FloatComplexColumnVector & | b, | |
octave_idx_type & | info, | |||
octave_idx_type & | rank, | |||
float & | rcon | |||
) | const |
FloatComplexColumnVector FloatMatrix::lssolve | ( | const FloatComplexColumnVector & | b, | |
octave_idx_type & | info, | |||
octave_idx_type & | rank | |||
) | const |
FloatComplexColumnVector FloatMatrix::lssolve | ( | const FloatComplexColumnVector & | b, | |
octave_idx_type & | info | |||
) | const |
FloatComplexColumnVector FloatMatrix::lssolve | ( | const FloatComplexColumnVector & | b | ) | const |
FloatColumnVector FloatMatrix::lssolve | ( | const FloatColumnVector & | b, | |
octave_idx_type & | info, | |||
octave_idx_type & | rank, | |||
float & | rcon | |||
) | const |
FloatColumnVector FloatMatrix::lssolve | ( | const FloatColumnVector & | b, | |
octave_idx_type & | info, | |||
octave_idx_type & | rank | |||
) | const |
FloatColumnVector FloatMatrix::lssolve | ( | const FloatColumnVector & | b, | |
octave_idx_type & | info | |||
) | const |
FloatColumnVector FloatMatrix::lssolve | ( | const FloatColumnVector & | b | ) | const |
FloatComplexMatrix FloatMatrix::lssolve | ( | const FloatComplexMatrix & | b, | |
octave_idx_type & | info, | |||
octave_idx_type & | rank, | |||
float & | rcon | |||
) | const |
FloatComplexMatrix FloatMatrix::lssolve | ( | const FloatComplexMatrix & | b, | |
octave_idx_type & | info, | |||
octave_idx_type & | rank | |||
) | const |
FloatComplexMatrix FloatMatrix::lssolve | ( | const FloatComplexMatrix & | b, | |
octave_idx_type & | info | |||
) | const |
FloatComplexMatrix FloatMatrix::lssolve | ( | const FloatComplexMatrix & | b | ) | const |
FloatMatrix FloatMatrix::lssolve | ( | const FloatMatrix & | b, | |
octave_idx_type & | info, | |||
octave_idx_type & | rank, | |||
float & | rcon | |||
) | const |
FloatMatrix FloatMatrix::lssolve | ( | const FloatMatrix & | b, | |
octave_idx_type & | info, | |||
octave_idx_type & | rank | |||
) | const |
FloatMatrix FloatMatrix::lssolve | ( | const FloatMatrix & | b, | |
octave_idx_type & | info | |||
) | const |
FloatMatrix FloatMatrix::lssolve | ( | const FloatMatrix & | b | ) | const |
boolMatrix FloatMatrix::map | ( | bmapper | fcn | ) | const |
FloatComplexMatrix FloatMatrix::map | ( | cmapper | fcn | ) | const |
FloatMatrix FloatMatrix::map | ( | dmapper | fcn | ) | const |
boolMatrix FloatMatrix::operator! | ( | void | ) | const |
bool FloatMatrix::operator!= | ( | const FloatMatrix & | a | ) | const |
FloatMatrix & FloatMatrix::operator+= | ( | const FloatDiagMatrix & | a | ) |
FloatMatrix & FloatMatrix::operator-= | ( | const FloatDiagMatrix & | a | ) |
FloatMatrix& FloatMatrix::operator= | ( | const FloatMatrix & | a | ) | [inline] |
bool FloatMatrix::operator== | ( | const FloatMatrix & | a | ) | const |
FloatMatrix FloatMatrix::prod | ( | int | dim = -1 |
) | const |
FloatMatrix FloatMatrix::pseudo_inverse | ( | float | tol = 0.0 |
) | const |
float FloatMatrix::rcond | ( | MatrixType & | mattype | ) | const |
float FloatMatrix::rcond | ( | void | ) | const |
static float FloatMatrix::resize_fill_value | ( | void | ) | [inline, static] |
Reimplemented from Array< T >.
FloatRowVector FloatMatrix::row | ( | octave_idx_type | i | ) | const |
FloatColumnVector FloatMatrix::row_max | ( | Array< octave_idx_type > & | index | ) | const |
FloatColumnVector FloatMatrix::row_max | ( | void | ) | const |
FloatColumnVector FloatMatrix::row_min | ( | Array< octave_idx_type > & | index | ) | const |
FloatColumnVector FloatMatrix::row_min | ( | void | ) | const |
FloatComplexColumnVector FloatMatrix::solve | ( | const FloatComplexColumnVector & | b, | |
octave_idx_type & | info, | |||
float & | rcon, | |||
solve_singularity_handler | sing_handler, | |||
blas_trans_type | transt = blas_no_trans | |||
) | const |
FloatComplexColumnVector FloatMatrix::solve | ( | const FloatComplexColumnVector & | b, | |
octave_idx_type & | info, | |||
float & | rcon | |||
) | const |
FloatComplexColumnVector FloatMatrix::solve | ( | const FloatComplexColumnVector & | b, | |
octave_idx_type & | info | |||
) | const |
FloatComplexColumnVector FloatMatrix::solve | ( | const FloatComplexColumnVector & | b | ) | const |
FloatColumnVector FloatMatrix::solve | ( | const FloatColumnVector & | b, | |
octave_idx_type & | info, | |||
float & | rcon, | |||
solve_singularity_handler | sing_handler, | |||
blas_trans_type | transt = blas_no_trans | |||
) | const |
FloatColumnVector FloatMatrix::solve | ( | const FloatColumnVector & | b, | |
octave_idx_type & | info, | |||
float & | rcon | |||
) | const |
FloatColumnVector FloatMatrix::solve | ( | const FloatColumnVector & | b, | |
octave_idx_type & | info | |||
) | const |
FloatColumnVector FloatMatrix::solve | ( | const FloatColumnVector & | b | ) | const |
FloatComplexMatrix FloatMatrix::solve | ( | const FloatComplexMatrix & | b, | |
octave_idx_type & | info, | |||
float & | rcon, | |||
solve_singularity_handler | sing_handler, | |||
blas_trans_type | transt = blas_no_trans | |||
) | const |
FloatComplexMatrix FloatMatrix::solve | ( | const FloatComplexMatrix & | b, | |
octave_idx_type & | info, | |||
float & | rcon | |||
) | const |
FloatComplexMatrix FloatMatrix::solve | ( | const FloatComplexMatrix & | b, | |
octave_idx_type & | info | |||
) | const |
FloatComplexMatrix FloatMatrix::solve | ( | const FloatComplexMatrix & | b | ) | const |
FloatMatrix FloatMatrix::solve | ( | const FloatMatrix & | b, | |
octave_idx_type & | info, | |||
float & | rcon, | |||
solve_singularity_handler | sing_handler, | |||
blas_trans_type | transt = blas_no_trans | |||
) | const |
FloatMatrix FloatMatrix::solve | ( | const FloatMatrix & | b, | |
octave_idx_type & | info, | |||
float & | rcon | |||
) | const |
FloatMatrix FloatMatrix::solve | ( | const FloatMatrix & | b, | |
octave_idx_type & | info | |||
) | const |
FloatMatrix FloatMatrix::solve | ( | const FloatMatrix & | b | ) | const |
FloatComplexColumnVector FloatMatrix::solve | ( | MatrixType & | typ, | |
const FloatComplexColumnVector & | b, | |||
octave_idx_type & | info, | |||
float & | rcon, | |||
solve_singularity_handler | sing_handler, | |||
blas_trans_type | transt = blas_no_trans | |||
) | const |
FloatComplexColumnVector FloatMatrix::solve | ( | MatrixType & | typ, | |
const FloatComplexColumnVector & | b, | |||
octave_idx_type & | info, | |||
float & | rcon | |||
) | const |
FloatComplexColumnVector FloatMatrix::solve | ( | MatrixType & | typ, | |
const FloatComplexColumnVector & | b, | |||
octave_idx_type & | info | |||
) | const |
FloatComplexColumnVector FloatMatrix::solve | ( | MatrixType & | typ, | |
const FloatComplexColumnVector & | b | |||
) | const |
FloatColumnVector FloatMatrix::solve | ( | MatrixType & | typ, | |
const FloatColumnVector & | b, | |||
octave_idx_type & | info, | |||
float & | rcon, | |||
solve_singularity_handler | sing_handler, | |||
blas_trans_type | transt = blas_no_trans | |||
) | const |
FloatColumnVector FloatMatrix::solve | ( | MatrixType & | typ, | |
const FloatColumnVector & | b, | |||
octave_idx_type & | info, | |||
float & | rcon | |||
) | const |
FloatColumnVector FloatMatrix::solve | ( | MatrixType & | typ, | |
const FloatColumnVector & | b, | |||
octave_idx_type & | info | |||
) | const |
FloatColumnVector FloatMatrix::solve | ( | MatrixType & | typ, | |
const FloatColumnVector & | b | |||
) | const |
FloatComplexMatrix FloatMatrix::solve | ( | MatrixType & | typ, | |
const FloatComplexMatrix & | b, | |||
octave_idx_type & | info, | |||
float & | rcon, | |||
solve_singularity_handler | sing_handler, | |||
bool | singular_fallback = true , |
|||
blas_trans_type | transt = blas_no_trans | |||
) | const |
FloatComplexMatrix FloatMatrix::solve | ( | MatrixType & | typ, | |
const FloatComplexMatrix & | b, | |||
octave_idx_type & | info, | |||
float & | rcon | |||
) | const |
FloatComplexMatrix FloatMatrix::solve | ( | MatrixType & | typ, | |
const FloatComplexMatrix & | b, | |||
octave_idx_type & | info | |||
) | const |
FloatComplexMatrix FloatMatrix::solve | ( | MatrixType & | typ, | |
const FloatComplexMatrix & | b | |||
) | const |
FloatMatrix FloatMatrix::solve | ( | MatrixType & | typ, | |
const FloatMatrix & | b, | |||
octave_idx_type & | info, | |||
float & | rcon, | |||
solve_singularity_handler | sing_handler, | |||
bool | singular_fallback = true , |
|||
blas_trans_type | transt = blas_no_trans | |||
) | const |
FloatMatrix FloatMatrix::solve | ( | MatrixType & | typ, | |
const FloatMatrix & | b, | |||
octave_idx_type & | info, | |||
float & | rcon | |||
) | const |
FloatMatrix FloatMatrix::solve | ( | MatrixType & | typ, | |
const FloatMatrix & | b, | |||
octave_idx_type & | info | |||
) | const |
FloatMatrix FloatMatrix::solve | ( | MatrixType & | typ, | |
const FloatMatrix & | b | |||
) | const |
FloatMatrix FloatMatrix::stack | ( | const FloatDiagMatrix & | a | ) | const |
FloatMatrix FloatMatrix::stack | ( | const FloatColumnVector & | a | ) | const |
FloatMatrix FloatMatrix::stack | ( | const FloatRowVector & | a | ) | const |
FloatMatrix FloatMatrix::stack | ( | const FloatMatrix & | a | ) | const |
FloatMatrix FloatMatrix::sum | ( | int | dim = -1 |
) | const |
FloatMatrix FloatMatrix::sumsq | ( | int | dim = -1 |
) | const |
bool FloatMatrix::too_large_for_float | ( | void | ) | const |
FloatMatrix FloatMatrix::transpose | ( | void | ) | const [inline] |
Reimplemented from MArray2< float >.
friend class FloatComplexMatrix [friend] |
OCTAVE_API FloatMatrix imag | ( | const FloatComplexMatrix & | a | ) | [friend] |
OCTAVE_API std::ostream& operator<< | ( | std::ostream & | os, | |
const FloatMatrix & | a | |||
) | [friend] |
OCTAVE_API std::istream& operator>> | ( | std::istream & | is, | |
FloatMatrix & | a | |||
) | [friend] |
OCTAVE_API FloatMatrix real | ( | const FloatComplexMatrix & | a | ) | [friend] |