GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
sparse-chol.h File Reference
#include "octave-config.h"
#include <memory>
#include "mx-fwd.h"
#include "CSparse.h"

Go to the source code of this file.

Classes

class  sparse_chol< chol_type >
 

Functions

template<typename chol_type >
chol_type chol2inv (const chol_type &r)
 

Function Documentation

◆ chol2inv()

template<typename chol_type >
chol_type chol2inv ( const chol_type &  r)