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

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()