Navigation

Operators and Keywords

Function List:

C++ API

sparse-dmsolve.cc File Reference

#include <vector>
#include "MArray.h"
#include "MSparse.h"
#include "SparseQR.h"
#include "SparseCmplxQR.h"
#include "MatrixType.h"
#include "oct-sort.h"
#include "oct-locbuf.h"
Include dependency graph for sparse-dmsolve.cc:
This graph shows which files directly or indirectly include this file:

Functions

template<class RT , class ST , class T >
RT dmsolve (const ST &a, const T &b, octave_idx_type &info)
Matrix dmsolve (const SparseMatrix &a, const Matrix &b, octave_idx_type &info)
ComplexMatrix dmsolve (const SparseMatrix &a, const ComplexMatrix &b, octave_idx_type &info)
ComplexMatrix dmsolve (const SparseComplexMatrix &a, const Matrix &b, octave_idx_type &info)
ComplexMatrix dmsolve (const SparseComplexMatrix &a, const ComplexMatrix &b, octave_idx_type &info)
SparseMatrix dmsolve (const SparseMatrix &a, const SparseMatrix &b, octave_idx_type &info)
SparseComplexMatrix dmsolve (const SparseMatrix &a, const SparseComplexMatrix &b, octave_idx_type &info)
SparseComplexMatrix dmsolve (const SparseComplexMatrix &a, const SparseMatrix &b, octave_idx_type &info)
SparseComplexMatrix dmsolve (const SparseComplexMatrix &a, const SparseComplexMatrix &b, octave_idx_type &info)

Variables

static MArray< double > const
octave_idx_type const
octave_idx_type
octave_idx_type 
r1
static MArray< double > const
octave_idx_type const
octave_idx_type
octave_idx_type
octave_idx_type 
r2
static MArray< double > const
octave_idx_type const
octave_idx_type
octave_idx_type
octave_idx_type
octave_idx_type 
c1

Function Documentation

template<class RT , class ST , class T >
RT dmsolve ( const ST &  a,
const T &  b,
octave_idx_type info 
)
Matrix dmsolve ( const SparseMatrix a,
const Matrix b,
octave_idx_type info 
)
ComplexMatrix dmsolve ( const SparseMatrix a,
const ComplexMatrix b,
octave_idx_type info 
)
SparseComplexMatrix dmsolve ( const SparseMatrix a,
const SparseComplexMatrix b,
octave_idx_type info 
)
ComplexMatrix dmsolve ( const SparseComplexMatrix a,
const Matrix b,
octave_idx_type info 
)
ComplexMatrix dmsolve ( const SparseComplexMatrix a,
const ComplexMatrix b,
octave_idx_type info 
)
SparseMatrix dmsolve ( const SparseMatrix a,
const SparseMatrix b,
octave_idx_type info 
)
SparseComplexMatrix dmsolve ( const SparseComplexMatrix a,
const SparseMatrix b,
octave_idx_type info 
)
SparseComplexMatrix dmsolve ( const SparseComplexMatrix a,
const SparseComplexMatrix b,
octave_idx_type info 
)

Variable Documentation

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines