#include "Array.h"
#include "CColVector.h"
#include "CMatrix.h"
#include "chol.h"
#include "dColVector.h"
#include "dMatrix.h"
#include "fCColVector.h"
#include "fCMatrix.h"
#include "fColVector.h"
#include "fMatrix.h"
#include "lo-error.h"
#include "lo-lapack-proto.h"
#include "lo-qrupdate-proto.h"
#include "oct-locbuf.h"
#include "oct-norm.h"
Go to the source code of this file.
Namespaces | |
octave | |
octave::math | |
Functions | |
template<typename T > | |
T | octave::math::chol2inv (const T &r) |
template ComplexMatrix | octave::math::chol2inv< ComplexMatrix > (const ComplexMatrix &r) |
template FloatComplexMatrix | octave::math::chol2inv< FloatComplexMatrix > (const FloatComplexMatrix &r) |
template FloatMatrix | octave::math::chol2inv< FloatMatrix > (const FloatMatrix &r) |
template Matrix | octave::math::chol2inv< Matrix > (const Matrix &r) |
static ComplexMatrix | octave::chol2inv_internal (const ComplexMatrix &r, bool is_upper=true) |
static FloatComplexMatrix | octave::chol2inv_internal (const FloatComplexMatrix &r, bool is_upper=true) |
static FloatMatrix | octave::chol2inv_internal (const FloatMatrix &r, bool is_upper=true) |
static Matrix | octave::chol2inv_internal (const Matrix &r, bool is_upper=true) |