GNU Octave  4.2.1
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
Functions
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

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