GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
chol.h File Reference
#include "octave-config.h"
Include dependency graph for chol.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  chol< T >
 

Functions

template<typename T >
OCTAVE_APIchol2inv (const T &r)
 

Function Documentation

◆ chol2inv()

template<typename T >
OCTAVE_API T chol2inv ( const T &  r)

Definition at line 242 of file chol.cc.

References chol2inv_internal(), and r.

Referenced by Fchol2inv(), and qp().