#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) |
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, OCTAVE_LOCAL_BUFFER, to_octave_idx_type_ptr(), and to_suitesparse_intptr().
Referenced by SparseComplexMatrix::solve().