GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Functions
CmplxCHOL.h File Reference
#include <iosfwd>
#include "CMatrix.h"
#include "CColVector.h"
Include dependency graph for CmplxCHOL.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ComplexCHOL
 

Functions

ComplexMatrix OCTAVE_API chol2inv (const ComplexMatrix &r)
 

Function Documentation

ComplexMatrix OCTAVE_API chol2inv ( const ComplexMatrix r)

Definition at line 443 of file CmplxCHOL.cc.

References chol2inv_internal().

Referenced by Gchol2inv(), and qp().