GNU Octave 10.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 
Loading...
Searching...
No Matches
sparse-dmsolve.h File Reference
#include "octave-config.h"

Go to the source code of this file.

Functions

template<typename RT , typename ST , typename T >
RT dmsolve (const ST &a, const T &b, octave_idx_type &info)
 

Function Documentation

◆ dmsolve()

template<typename RT , typename ST , typename T >
RT dmsolve ( const ST &  a,
const T &  b,
octave_idx_type info 
)

Definition at line 368 of file sparse-dmsolve.cc.

References CXSPARSE_DNAME, d, MatrixType::Full, and OCTAVE_LOCAL_BUFFER.

Referenced by SparseComplexMatrix::solve().