#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, dmsolve_extract(), dmsolve_insert(), dmsolve_permute(), MatrixType::Full, m, OCTAVE_LOCAL_BUFFER, octave::math::qrsolve(), Array< T >::resize(), retval, solve_singularity_warning(), octave::to_octave_idx_type_ptr(), and octave::to_suitesparse_intptr().
Referenced by SparseComplexMatrix::solve().