GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "dSparse.h"
Public Types | |
typedef double | element_type |
typedef void(* | solve_singularity_handler )(double rcond) |
Static Public Member Functions | |
static Sparse< double > | cat (int dim, octave_idx_type n, const Sparse< double > *sparse_list) |
Public Attributes | |
dim_vector | dimensions |
Sparse< double >::SparseRep * | rep |
Protected Member Functions | |
void | make_unique (void) |
Friends | |
OCTAVE_API SparseMatrix | atan2 (const double &x, const SparseMatrix &y) |
OCTAVE_API SparseMatrix | atan2 (const SparseMatrix &x, const double &y) |
OCTAVE_API SparseMatrix | atan2 (const SparseMatrix &x, const SparseMatrix &y) |
OCTAVE_API SparseMatrix | imag (const SparseComplexMatrix &a) |
OCTAVE_API std::ostream & | operator<< (std::ostream &os, const SparseMatrix &a) |
OCTAVE_API std::istream & | operator>> (std::istream &is, SparseMatrix &a) |
OCTAVE_API SparseMatrix | real (const SparseComplexMatrix &a) |
|
inline |
|
inline |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
explicit |
Definition at line 149 of file dSparse.cc.
References Sparse< double >::cidx(), Sparse< T >::cidx(), Sparse< double >::cols(), Sparse< double >::data(), Sparse< T >::data(), Sparse< T >::nnz(), Sparse< T >::ridx(), and Sparse< double >::ridx().
|
inlineexplicit |
|
inlineexplicit |
|
inline |
|
explicit |
Definition at line 165 of file dSparse.cc.
References Sparse< double >::cidx(), DiagArray2< T >::cols(), Sparse< double >::data(), DiagArray2< T >::length(), and Sparse< double >::ridx().
|
inlineexplicit |
|
inline |
SparseMatrix SparseMatrix::abs | ( | void | ) | const |
Definition at line 7563 of file dSparse.cc.
References Sparse< T >::data(), and Sparse< double >::nnz().
SparseBoolMatrix SparseMatrix::all | ( | int | dim = -1 | ) | const |
Definition at line 7503 of file dSparse.cc.
References SPARSE_ALL_OP.
Definition at line 7413 of file dSparse.cc.
References D_NINT(), Sparse< double >::data(), Sparse< double >::nnz(), and xisnan().
Definition at line 7401 of file dSparse.cc.
References Sparse< double >::data(), and Sparse< double >::nnz().
Definition at line 7433 of file dSparse.cc.
References D_NINT(), Sparse< double >::data(), and Sparse< double >::nnz().
Referenced by elem_xpow(), octave_sparse_matrix::save_binary(), and octave_sparse_matrix::save_hdf5().
SparseBoolMatrix SparseMatrix::any | ( | int | dim = -1 | ) | const |
Definition at line 7509 of file dSparse.cc.
References SPARSE_ANY_OP.
Definition at line 7371 of file dSparse.cc.
References Sparse< double >::data(), Sparse< double >::nnz(), xisinf(), and xisnan().
Definition at line 7356 of file dSparse.cc.
References Sparse< double >::data(), Sparse< double >::nnz(), and xisnan().
Referenced by operator!(), and octave_sparse_matrix::sparse_bool_matrix_value().
Definition at line 7335 of file dSparse.cc.
References Sparse< double >::data(), lo_ieee_signbit, and Sparse< double >::nnz().
Referenced by elem_xpow().
Definition at line 7386 of file dSparse.cc.
References Sparse< double >::data(), and Sparse< double >::nnz().
Referenced by octave_sparse_matrix::sparse_bool_matrix_value().
|
inherited |
|
private |
Definition at line 4493 of file dSparse.cc.
References Matrix::abs(), MatrixType::Banded, MatrixType::Banded_Hermitian, Sparse< double >::cidx(), Sparse< double >::cols(), Array< T >::cols(), current_liboctave_error_handler, Sparse< double >::data(), F77_CHAR_ARG_LEN, F77_CONST_CHAR_ARG2, F77_XFCN, Array< T >::fortran_vec(), MatrixType::info(), MatrixType::is_dense(), MatrixType::mark_as_rectangular(), MatrixType::mark_as_unsymmetric(), RowVector::max(), MatrixType::nlower(), MatrixType::nupper(), Sparse< double >::ridx(), Matrix::row(), Sparse< double >::rows(), Array< T >::rows(), Matrix::sum(), MatrixType::type(), and xisnan().
Referenced by solve().
|
private |
Definition at line 5060 of file dSparse.cc.
References Matrix::abs(), MatrixType::Banded, MatrixType::Banded_Hermitian, Sparse< double >::cidx(), Sparse< double >::cols(), Array< T >::cols(), current_liboctave_error_handler, Sparse< double >::data(), F77_CHAR_ARG_LEN, F77_CONST_CHAR_ARG2, F77_XFCN, Array< T >::fortran_vec(), imag, MatrixType::info(), MatrixType::is_dense(), MatrixType::mark_as_rectangular(), MatrixType::mark_as_unsymmetric(), RowVector::max(), MatrixType::nlower(), MatrixType::nupper(), OCTAVE_LOCAL_BUFFER, real, ComplexMatrix::resize(), Sparse< double >::ridx(), Matrix::row(), Sparse< double >::rows(), Array< T >::rows(), Matrix::sum(), MatrixType::type(), and xisnan().
|
private |
Definition at line 4742 of file dSparse.cc.
References Matrix::abs(), MatrixType::Banded, MatrixType::Banded_Hermitian, Sparse< T >::change_capacity(), Sparse< T >::cidx(), Sparse< double >::cidx(), Sparse< T >::cols(), Sparse< double >::cols(), current_liboctave_error_handler, Sparse< T >::data(), Sparse< double >::data(), Sparse< T >::elem(), F77_CHAR_ARG_LEN, F77_CONST_CHAR_ARG2, F77_XFCN, Array< T >::fortran_vec(), MatrixType::info(), MatrixType::is_dense(), MatrixType::mark_as_rectangular(), MatrixType::mark_as_unsymmetric(), RowVector::max(), Sparse< T >::maybe_compress(), MatrixType::nlower(), Sparse< T >::nnz(), MatrixType::nupper(), OCTAVE_LOCAL_BUFFER, Sparse< T >::ridx(), Sparse< double >::ridx(), Matrix::row(), Sparse< double >::rows(), Sparse< T >::rows(), SparseMatrix(), Matrix::sum(), MatrixType::type(), Sparse< T >::xcidx(), Sparse< T >::xdata(), xisnan(), and Sparse< T >::xridx().
|
private |
Definition at line 5359 of file dSparse.cc.
References Matrix::abs(), MatrixType::Banded, MatrixType::Banded_Hermitian, Sparse< T >::change_capacity(), Sparse< T >::cidx(), Sparse< double >::cidx(), Sparse< T >::cols(), Sparse< double >::cols(), current_liboctave_error_handler, Sparse< T >::data(), Sparse< double >::data(), F77_CHAR_ARG_LEN, F77_CONST_CHAR_ARG2, F77_XFCN, Array< T >::fortran_vec(), imag, MatrixType::info(), MatrixType::is_dense(), MatrixType::mark_as_rectangular(), MatrixType::mark_as_unsymmetric(), RowVector::max(), Sparse< T >::maybe_compress(), MatrixType::nlower(), Sparse< T >::nnz(), MatrixType::nupper(), OCTAVE_LOCAL_BUFFER, real, Sparse< T >::ridx(), Sparse< double >::ridx(), Matrix::row(), Sparse< double >::rows(), Sparse< T >::rows(), SparseComplexMatrix, Matrix::sum(), MatrixType::type(), Sparse< T >::xcidx(), Sparse< T >::xdata(), xisnan(), and Sparse< T >::xridx().
|
inlineinherited |
|
staticinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
Definition at line 530 of file Sparse.h.
Referenced by bsolve(), column(), determinant(), dsolve(), factorize(), fsolve(), is_symmetric(), ltsolve(), max(), min(), operator!(), operator==(), prod(), row(), SparseMatrix(), tinverse(), trisolve(), and utsolve().
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
Definition at line 265 of file Sparse.h.
Referenced by bsolve(), determinant(), dinverse(), dsolve(), factorize(), fsolve(), is_symmetric(), ltsolve(), operator!(), operator==(), SparseMatrix(), tinverse(), trisolve(), and utsolve().
ColumnVector SparseMatrix::column | ( | octave_idx_type | i | ) | const |
Definition at line 605 of file dSparse.cc.
References Sparse< double >::cidx(), Sparse< double >::data(), Sparse< double >::ridx(), and Sparse< double >::rows().
|
inlineinherited |
|
inherited |
SparseMatrix SparseMatrix::concat | ( | const SparseMatrix & | rb, |
const Array< octave_idx_type > & | ra_idx | ||
) |
Definition at line 617 of file dSparse.cc.
References Sparse< T >::cols(), insert(), and Sparse< T >::rows().
SparseComplexMatrix SparseMatrix::concat | ( | const SparseComplexMatrix & | rb, |
const Array< octave_idx_type > & | ra_idx | ||
) |
Definition at line 627 of file dSparse.cc.
References Sparse< T >::cols(), SparseComplexMatrix::insert(), and Sparse< T >::rows().
SparseMatrix SparseMatrix::cumprod | ( | int | dim = -1 | ) | const |
Definition at line 7515 of file dSparse.cc.
References SPARSE_CUMPROD.
SparseMatrix SparseMatrix::cumsum | ( | int | dim = -1 | ) | const |
Definition at line 508 of file Sparse.h.
Referenced by all_elements_are_int_or_inf_or_nan(), all_elements_are_zero(), all_integers(), any_element_is_inf_or_nan(), any_element_is_nan(), any_element_is_negative(), any_element_not_one_or_zero(), bsolve(), column(), determinant(), dsolve(), factorize(), fsolve(), is_symmetric(), ltsolve(), max(), min(), operator==(), row(), SparseMatrix(), tinverse(), trisolve(), and utsolve().
|
inlineinherited |
|
inlineinherited |
|
inherited |
|
inherited |
|
inherited |
Definition at line 1244 of file dSparse.cc.
Referenced by determinant(), and Fdet().
DET SparseMatrix::determinant | ( | octave_idx_type & | info | ) | const |
Definition at line 1252 of file dSparse.cc.
References determinant().
DET SparseMatrix::determinant | ( | octave_idx_type & | info, |
double & | rcond, | ||
int | calc_cond = 1 |
||
) | const |
Definition at line 1259 of file dSparse.cc.
References Sparse< double >::cidx(), Sparse< double >::cols(), Sparse< double >::data(), Array< T >::fortran_vec(), octave_sparse_params::get_key(), Sparse< double >::ridx(), Sparse< double >::rows(), UMFPACK_DNAME, and xisnan().
SparseMatrix SparseMatrix::diag | ( | octave_idx_type | k = 0 | ) | const |
Reimplemented from MSparse< double >.
Definition at line 7576 of file dSparse.cc.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
private |
Definition at line 849 of file dSparse.cc.
References Sparse< double >::cols(), current_liboctave_error_handler, Sparse< T >::data(), MatrixType::Diagonal, MatrixType::info(), octave_Inf, MatrixType::Permuted_Diagonal, Sparse< double >::rows(), transpose(), and MatrixType::type().
Referenced by inverse().
|
private |
Definition at line 1376 of file dSparse.cc.
References Sparse< double >::cidx(), Sparse< double >::cols(), Array< T >::cols(), current_liboctave_error_handler, Sparse< double >::data(), MatrixType::Diagonal, MatrixType::info(), octave_Inf, MatrixType::Permuted_Diagonal, Matrix::resize(), Sparse< double >::ridx(), Sparse< double >::rows(), Array< T >::rows(), and MatrixType::type().
Referenced by solve().
|
private |
Definition at line 1527 of file dSparse.cc.
References Sparse< double >::cidx(), Sparse< double >::cols(), Array< T >::cols(), current_liboctave_error_handler, Sparse< double >::data(), MatrixType::Diagonal, MatrixType::info(), octave_Inf, MatrixType::Permuted_Diagonal, ComplexMatrix::resize(), Sparse< double >::ridx(), Sparse< double >::rows(), Array< T >::rows(), and MatrixType::type().
|
private |
Definition at line 1437 of file dSparse.cc.
References Sparse< T >::cidx(), Sparse< double >::cidx(), Sparse< T >::cols(), Sparse< double >::cols(), current_liboctave_error_handler, Sparse< T >::data(), Sparse< double >::data(), MatrixType::Diagonal, MatrixType::info(), Sparse< T >::nnz(), octave_Inf, MatrixType::Permuted_Diagonal, Sparse< double >::ridx(), Sparse< T >::ridx(), Sparse< double >::rows(), Sparse< T >::rows(), SparseMatrix(), MatrixType::type(), Sparse< T >::xcidx(), Sparse< T >::xdata(), and Sparse< T >::xridx().
|
private |
Definition at line 1587 of file dSparse.cc.
References Sparse< T >::cidx(), Sparse< double >::cidx(), Sparse< T >::cols(), Sparse< double >::cols(), current_liboctave_error_handler, Sparse< T >::data(), Sparse< double >::data(), MatrixType::Diagonal, MatrixType::info(), Sparse< T >::nnz(), octave_Inf, MatrixType::Permuted_Diagonal, Sparse< double >::ridx(), Sparse< T >::ridx(), Sparse< double >::rows(), Sparse< T >::rows(), SparseComplexMatrix, MatrixType::type(), Sparse< T >::xcidx(), Sparse< T >::xdata(), and Sparse< T >::xridx().
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
private |
Definition at line 5721 of file dSparse.cc.
References Sparse< double >::cidx(), Sparse< double >::cols(), current_liboctave_error_handler, Sparse< double >::data(), Array< T >::fortran_vec(), octave_sparse_params::get_key(), Sparse< double >::ridx(), Sparse< double >::rows(), UMFPACK_DNAME, and xisnan().
Referenced by fsolve().
|
private |
Definition at line 5833 of file dSparse.cc.
References A, B, BEGIN_INTERRUPT_IMMEDIATELY_IN_FOREIGN_CODE, Sparse< double >::cidx(), Sparse< double >::cols(), Array< T >::cols(), current_liboctave_error_handler, Sparse< double >::data(), END_INTERRUPT_IMMEDIATELY_IN_FOREIGN_CODE, factorize(), Array< T >::fortran_vec(), MatrixType::Full, octave_sparse_params::get_key(), MatrixType::Hermitian, MatrixType::info(), MatrixType::mark_as_rectangular(), MatrixType::mark_as_unsymmetric(), Sparse< double >::nnz(), Matrix::resize(), Sparse< double >::ridx(), Sparse< double >::rows(), Array< T >::rows(), solve(), SparseCholError(), SparseCholPrint(), MatrixType::type(), UMFPACK_DNAME, Array< T >::xelem(), and xisnan().
Referenced by solve().
|
private |
Definition at line 6312 of file dSparse.cc.
References A, B, BEGIN_INTERRUPT_IMMEDIATELY_IN_FOREIGN_CODE, Sparse< double >::cidx(), Sparse< double >::cols(), Array< T >::cols(), current_liboctave_error_handler, Sparse< double >::data(), END_INTERRUPT_IMMEDIATELY_IN_FOREIGN_CODE, factorize(), Array< T >::fortran_vec(), MatrixType::Full, octave_sparse_params::get_key(), MatrixType::Hermitian, imag, MatrixType::info(), MatrixType::mark_as_rectangular(), MatrixType::mark_as_unsymmetric(), Sparse< double >::nnz(), OCTAVE_LOCAL_BUFFER, real, ComplexMatrix::resize(), Sparse< double >::ridx(), Sparse< double >::rows(), Array< T >::rows(), solve(), SparseCholError(), SparseCholPrint(), MatrixType::type(), UMFPACK_DNAME, Array< T >::xelem(), and xisnan().
|
private |
Definition at line 6050 of file dSparse.cc.
References A, B, BEGIN_INTERRUPT_IMMEDIATELY_IN_FOREIGN_CODE, Sparse< T >::change_capacity(), Sparse< T >::cidx(), Sparse< double >::cidx(), Sparse< T >::cols(), Sparse< double >::cols(), current_liboctave_error_handler, Sparse< double >::data(), Sparse< T >::data(), Sparse< T >::elem(), END_INTERRUPT_IMMEDIATELY_IN_FOREIGN_CODE, factorize(), Array< T >::fortran_vec(), MatrixType::Full, octave_sparse_params::get_key(), MatrixType::Hermitian, MatrixType::info(), MatrixType::mark_as_rectangular(), MatrixType::mark_as_unsymmetric(), Sparse< T >::maybe_compress(), Sparse< T >::nnz(), Sparse< double >::nnz(), OCTAVE_LOCAL_BUFFER, Sparse< T >::ridx(), Sparse< double >::ridx(), Sparse< double >::rows(), Sparse< T >::rows(), solve(), SparseCholError(), SparseCholPrint(), SparseMatrix(), MatrixType::type(), UMFPACK_DNAME, Sparse< T >::xcidx(), Sparse< T >::xdata(), xisnan(), and Sparse< T >::xridx().
|
private |
Definition at line 6546 of file dSparse.cc.
References A, B, BEGIN_INTERRUPT_IMMEDIATELY_IN_FOREIGN_CODE, Sparse< T >::change_capacity(), Sparse< T >::cidx(), Sparse< double >::cidx(), Sparse< T >::cols(), Sparse< double >::cols(), current_liboctave_error_handler, Sparse< double >::data(), Sparse< T >::data(), END_INTERRUPT_IMMEDIATELY_IN_FOREIGN_CODE, factorize(), Array< T >::fortran_vec(), MatrixType::Full, octave_sparse_params::get_key(), MatrixType::Hermitian, imag, MatrixType::info(), MatrixType::mark_as_rectangular(), MatrixType::mark_as_unsymmetric(), Sparse< T >::maybe_compress(), Sparse< T >::nnz(), Sparse< double >::nnz(), OCTAVE_LOCAL_BUFFER, real, Sparse< T >::ridx(), Sparse< double >::ridx(), Sparse< double >::rows(), Sparse< T >::rows(), solve(), SparseCholError(), SparseCholPrint(), SparseComplexMatrix, MatrixType::type(), UMFPACK_DNAME, Sparse< T >::xcidx(), Sparse< T >::xdata(), xisnan(), and Sparse< T >::xridx().
|
inlineinherited |
|
inlineinherited |
|
inline |
|
inherited |
|
inherited |
|
inlineinherited |
Reimplemented from Sparse< double >.
|
inlineinherited |
Reimplemented from Sparse< double >.
SparseMatrix & SparseMatrix::insert | ( | const SparseMatrix & | a, |
octave_idx_type | r, | ||
octave_idx_type | c | ||
) |
Definition at line 254 of file dSparse.cc.
SparseMatrix & SparseMatrix::insert | ( | const SparseMatrix & | a, |
const Array< octave_idx_type > & | indx | ||
) |
Definition at line 262 of file dSparse.cc.
References insert().
SparseMatrix SparseMatrix::inverse | ( | void | ) | const |
Definition at line 825 of file dSparse.cc.
Referenced by chol2inv(), Finv(), inverse(), and xpow().
SparseMatrix SparseMatrix::inverse | ( | MatrixType & | mattype | ) | const |
Definition at line 834 of file dSparse.cc.
References inverse().
SparseMatrix SparseMatrix::inverse | ( | MatrixType & | mattype, |
octave_idx_type & | info | ||
) | const |
Definition at line 842 of file dSparse.cc.
References inverse().
SparseMatrix SparseMatrix::inverse | ( | MatrixType & | mattype, |
octave_idx_type & | info, | ||
double & | rcond, | ||
int | force = 0 , |
||
int | calc_cond = 1 |
||
) | const |
Definition at line 1180 of file dSparse.cc.
References MatrixType::Diagonal, dinverse(), MatrixType::Full, MatrixType::is_hermitian(), sparse_base_lu< lu_type, lu_elt_type, p_type, p_elt_type >::L(), SparseCHOL::L(), MatrixType::Lower, MatrixType::mark_as_unsymmetric(), sparse_base_lu< lu_type, lu_elt_type, p_type, p_elt_type >::Pc(), MatrixType::Permuted_Diagonal, MatrixType::Permuted_Lower, MatrixType::Permuted_Upper, sparse_base_lu< lu_type, lu_elt_type, p_type, p_elt_type >::Pr(), SparseCHOL::Q(), Q, SparseCHOL::rcond(), sparse_base_lu< lu_type, lu_elt_type, p_type, p_elt_type >::rcond(), Sparse< double >::rows(), tinverse(), transpose(), MatrixType::transpose(), MatrixType::type(), sparse_base_lu< lu_type, lu_elt_type, p_type, p_elt_type >::U(), MatrixType::Unknown, and MatrixType::Upper.
SparseMatrix SparseMatrix::ipermute | ( | const Array< octave_idx_type > & | vec | ) | const |
Reimplemented from MSparse< double >.
Definition at line 7635 of file dSparse.cc.
Definition at line 214 of file dSparse.cc.
References Sparse< double >::cidx(), Sparse< double >::cols(), Sparse< double >::data(), Sparse< double >::ridx(), and Sparse< double >::rows().
Referenced by DEFUN_DLD().
|
inlineinherited |
|
private |
Definition at line 2727 of file dSparse.cc.
References Sparse< double >::cidx(), Sparse< double >::cols(), Array< T >::cols(), current_liboctave_error_handler, Sparse< double >::data(), MatrixType::info(), MatrixType::Lower, MatrixType::mark_as_rectangular(), OCTAVE_LOCAL_BUFFER, MatrixType::Permuted_Lower, Matrix::resize(), Sparse< double >::ridx(), Sparse< double >::rows(), Array< T >::rows(), MatrixType::triangular_perm(), MatrixType::type(), Array< T >::xelem(), and xisnan().
Referenced by solve().
|
private |
Definition at line 3294 of file dSparse.cc.
References Sparse< double >::cidx(), Sparse< double >::cols(), Array< T >::cols(), current_liboctave_error_handler, Sparse< double >::data(), MatrixType::info(), MatrixType::Lower, MatrixType::mark_as_rectangular(), OCTAVE_LOCAL_BUFFER, MatrixType::Permuted_Lower, ComplexMatrix::resize(), Sparse< double >::ridx(), Sparse< double >::rows(), Array< T >::rows(), MatrixType::triangular_perm(), MatrixType::type(), Array< T >::xelem(), and xisnan().
|
private |
Definition at line 2987 of file dSparse.cc.
References Sparse< T >::change_capacity(), Sparse< double >::cidx(), Sparse< T >::cidx(), Sparse< double >::cols(), Sparse< T >::cols(), current_liboctave_error_handler, Sparse< T >::data(), Sparse< double >::data(), MatrixType::info(), MatrixType::Lower, MatrixType::mark_as_rectangular(), Sparse< T >::maybe_compress(), Sparse< T >::nnz(), OCTAVE_LOCAL_BUFFER, MatrixType::Permuted_Lower, Sparse< T >::ridx(), Sparse< double >::ridx(), Sparse< double >::rows(), Sparse< T >::rows(), SparseMatrix(), MatrixType::triangular_perm(), MatrixType::type(), Sparse< T >::xcidx(), Sparse< T >::xdata(), xisnan(), and Sparse< T >::xridx().
|
private |
Definition at line 3555 of file dSparse.cc.
References Sparse< T >::change_capacity(), Sparse< double >::cidx(), Sparse< T >::cidx(), Sparse< double >::cols(), Sparse< T >::cols(), current_liboctave_error_handler, Sparse< T >::data(), Sparse< double >::data(), MatrixType::info(), MatrixType::Lower, MatrixType::mark_as_rectangular(), Sparse< T >::maybe_compress(), Sparse< T >::nnz(), OCTAVE_LOCAL_BUFFER, MatrixType::Permuted_Lower, Sparse< T >::ridx(), Sparse< double >::ridx(), Sparse< double >::rows(), Sparse< T >::rows(), SparseComplexMatrix, MatrixType::triangular_perm(), MatrixType::type(), Sparse< T >::xcidx(), Sparse< T >::xdata(), xisnan(), and Sparse< T >::xridx().
Reimplemented from Sparse< double >.
Reimplemented from Sparse< double >.
Definition at line 7582 of file dSparse.cc.
References Sparse< double >::array_value().
Referenced by octave_sparse_matrix::array_value(), octave_sparse_matrix::bool_array_value(), octave_sparse_matrix::complex_array_value(), octave_sparse_matrix::complex_matrix_value(), octave_sparse_matrix::matrix_value(), and octave_sparse_matrix::try_narrowing_conversion().
SparseMatrix SparseMatrix::max | ( | int | dim = -1 | ) | const |
Definition at line 269 of file dSparse.cc.
SparseMatrix SparseMatrix::max | ( | Array< octave_idx_type > & | index, |
int | dim = -1 |
||
) | const |
Definition at line 276 of file dSparse.cc.
References Sparse< double >::cidx(), Sparse< double >::data(), Sparse< double >::dims(), Sparse< double >::elem(), Array< T >::elem(), dim_vector::first_non_singleton(), dim_vector::length(), OCTAVE_LOCAL_BUFFER, octave_NaN, Array< T >::resize(), Sparse< double >::ridx(), SparseMatrix(), Sparse< T >::xcidx(), Sparse< T >::xdata(), xisnan(), and Sparse< T >::xridx().
|
inlineinherited |
|
inlineinherited |
SparseMatrix SparseMatrix::min | ( | int | dim = -1 | ) | const |
Definition at line 420 of file dSparse.cc.
SparseMatrix SparseMatrix::min | ( | Array< octave_idx_type > & | index, |
int | dim = -1 |
||
) | const |
Definition at line 427 of file dSparse.cc.
References Sparse< double >::cidx(), Sparse< double >::data(), Sparse< double >::dims(), Sparse< double >::elem(), Array< T >::elem(), dim_vector::first_non_singleton(), dim_vector::length(), OCTAVE_LOCAL_BUFFER, octave_NaN, Array< T >::resize(), Sparse< double >::ridx(), SparseMatrix(), Sparse< T >::xcidx(), Sparse< T >::xdata(), xisnan(), and Sparse< T >::xridx().
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
Definition at line 249 of file Sparse.h.
Referenced by abs(), all_elements_are_int_or_inf_or_nan(), all_elements_are_zero(), all_integers(), any_element_is_inf_or_nan(), any_element_is_nan(), any_element_is_negative(), any_element_not_one_or_zero(), fsolve(), operator!(), operator==(), and tinverse().
|
inlineinherited |
|
inlineinherited |
SparseBoolMatrix SparseMatrix::operator! | ( | void | ) | const |
Definition at line 7467 of file dSparse.cc.
References any_element_is_nan(), Sparse< T >::cidx(), Sparse< double >::cidx(), Sparse< double >::cols(), Sparse< T >::data(), gripe_nan_to_logical_conversion(), Sparse< double >::nnz(), Sparse< double >::ridx(), Sparse< T >::ridx(), and Sparse< double >::rows().
bool SparseMatrix::operator!= | ( | const SparseMatrix & | a | ) | const |
Definition at line 208 of file dSparse.cc.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
Definition at line 91 of file dSparse.h.
References MSparse< T >::operator=().
bool SparseMatrix::operator== | ( | const SparseMatrix & | a | ) | const |
Definition at line 184 of file dSparse.cc.
References Sparse< double >::cidx(), Sparse< T >::cidx(), Sparse< T >::cols(), Sparse< double >::cols(), Sparse< double >::data(), Sparse< T >::data(), Sparse< double >::nnz(), Sparse< T >::nnz(), Sparse< T >::ridx(), Sparse< double >::ridx(), Sparse< double >::rows(), and Sparse< T >::rows().
SparseMatrix SparseMatrix::permute | ( | const Array< octave_idx_type > & | vec, |
bool | inv = false |
||
) | const |
Reimplemented from MSparse< double >.
Definition at line 7629 of file dSparse.cc.
SparseMatrix SparseMatrix::prod | ( | int | dim = -1 | ) | const |
Definition at line 7527 of file dSparse.cc.
References Sparse< double >::cidx(), Sparse< double >::rows(), SPARSE_REDUCTION_OP, and transpose().
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
SparseMatrix SparseMatrix::reshape | ( | const dim_vector & | new_dims | ) | const |
Reimplemented from MSparse< double >.
Definition at line 7623 of file dSparse.cc.
|
inherited |
|
inherited |
|
inherited |
|
inlineinherited |
Definition at line 517 of file Sparse.h.
Referenced by bsolve(), column(), determinant(), dsolve(), factorize(), fsolve(), is_symmetric(), ltsolve(), max(), min(), operator!(), operator==(), row(), SparseMatrix(), tinverse(), trisolve(), and utsolve().
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
RowVector SparseMatrix::row | ( | octave_idx_type | i | ) | const |
Definition at line 586 of file dSparse.cc.
References Sparse< double >::cidx(), Sparse< double >::columns(), Sparse< double >::data(), and Sparse< double >::ridx().
|
inlineinherited |
Definition at line 264 of file Sparse.h.
Referenced by bsolve(), column(), determinant(), dinverse(), dsolve(), factorize(), fsolve(), inverse(), is_symmetric(), ltsolve(), operator!(), operator==(), prod(), tinverse(), trisolve(), and utsolve().
Matrix SparseMatrix::solve | ( | MatrixType & | typ, |
const Matrix & | b | ||
) | const |
Definition at line 6818 of file dSparse.cc.
Referenced by fsolve(), solve(), xdiv(), and xleftdiv().
Matrix SparseMatrix::solve | ( | MatrixType & | typ, |
const Matrix & | b, | ||
octave_idx_type & | info | ||
) | const |
Definition at line 6826 of file dSparse.cc.
References solve().
Matrix SparseMatrix::solve | ( | MatrixType & | typ, |
const Matrix & | b, | ||
octave_idx_type & | info, | ||
double & | rcond | ||
) | const |
Definition at line 6834 of file dSparse.cc.
References solve().
Matrix SparseMatrix::solve | ( | MatrixType & | typ, |
const Matrix & | b, | ||
octave_idx_type & | info, | ||
double & | rcond, | ||
solve_singularity_handler | sing_handler, | ||
bool | singular_fallback = true |
||
) | const |
Definition at line 6841 of file dSparse.cc.
References MatrixType::Banded, MatrixType::Banded_Hermitian, bsolve(), MatrixType::Diagonal, dsolve(), fsolve(), MatrixType::Full, MatrixType::Hermitian, MatrixType::Lower, ltsolve(), MatrixType::Permuted_Diagonal, MatrixType::Permuted_Lower, MatrixType::Permuted_Upper, qrsolve(), MatrixType::Rectangular, MatrixType::Tridiagonal, MatrixType::Tridiagonal_Hermitian, trisolve(), MatrixType::type(), MatrixType::Unknown, MatrixType::Upper, and utsolve().
ComplexMatrix SparseMatrix::solve | ( | MatrixType & | typ, |
const ComplexMatrix & | b | ||
) | const |
Definition at line 6954 of file dSparse.cc.
References solve().
ComplexMatrix SparseMatrix::solve | ( | MatrixType & | typ, |
const ComplexMatrix & | b, | ||
octave_idx_type & | info | ||
) | const |
Definition at line 6962 of file dSparse.cc.
References solve().
ComplexMatrix SparseMatrix::solve | ( | MatrixType & | typ, |
const ComplexMatrix & | b, | ||
octave_idx_type & | info, | ||
double & | rcond | ||
) | const |
Definition at line 6970 of file dSparse.cc.
References solve().
ComplexMatrix SparseMatrix::solve | ( | MatrixType & | typ, |
const ComplexMatrix & | b, | ||
octave_idx_type & | info, | ||
double & | rcond, | ||
solve_singularity_handler | sing_handler, | ||
bool | singular_fallback = true |
||
) | const |
Definition at line 6977 of file dSparse.cc.
References MatrixType::Banded, MatrixType::Banded_Hermitian, bsolve(), MatrixType::Diagonal, dsolve(), fsolve(), MatrixType::Full, MatrixType::Hermitian, MatrixType::Lower, ltsolve(), MatrixType::Permuted_Diagonal, MatrixType::Permuted_Lower, MatrixType::Permuted_Upper, qrsolve(), MatrixType::Rectangular, MatrixType::Tridiagonal, MatrixType::Tridiagonal_Hermitian, trisolve(), MatrixType::type(), MatrixType::Unknown, MatrixType::Upper, and utsolve().
SparseMatrix SparseMatrix::solve | ( | MatrixType & | typ, |
const SparseMatrix & | b | ||
) | const |
Definition at line 6886 of file dSparse.cc.
References solve().
SparseMatrix SparseMatrix::solve | ( | MatrixType & | typ, |
const SparseMatrix & | b, | ||
octave_idx_type & | info | ||
) | const |
Definition at line 6894 of file dSparse.cc.
References solve().
SparseMatrix SparseMatrix::solve | ( | MatrixType & | typ, |
const SparseMatrix & | b, | ||
octave_idx_type & | info, | ||
double & | rcond | ||
) | const |
Definition at line 6902 of file dSparse.cc.
References solve().
SparseMatrix SparseMatrix::solve | ( | MatrixType & | typ, |
const SparseMatrix & | b, | ||
octave_idx_type & | info, | ||
double & | rcond, | ||
solve_singularity_handler | sing_handler, | ||
bool | singular_fallback = true |
||
) | const |
Definition at line 6909 of file dSparse.cc.
References MatrixType::Banded, MatrixType::Banded_Hermitian, bsolve(), MatrixType::Diagonal, dsolve(), fsolve(), MatrixType::Full, MatrixType::Hermitian, MatrixType::Lower, ltsolve(), MatrixType::Permuted_Diagonal, MatrixType::Permuted_Lower, MatrixType::Permuted_Upper, qrsolve(), MatrixType::Rectangular, SparseMatrix(), MatrixType::Tridiagonal, MatrixType::Tridiagonal_Hermitian, trisolve(), MatrixType::type(), MatrixType::Unknown, MatrixType::Upper, and utsolve().
SparseComplexMatrix SparseMatrix::solve | ( | MatrixType & | typ, |
const SparseComplexMatrix & | b | ||
) | const |
Definition at line 7022 of file dSparse.cc.
References solve().
SparseComplexMatrix SparseMatrix::solve | ( | MatrixType & | typ, |
const SparseComplexMatrix & | b, | ||
octave_idx_type & | info | ||
) | const |
Definition at line 7030 of file dSparse.cc.
References solve().
SparseComplexMatrix SparseMatrix::solve | ( | MatrixType & | typ, |
const SparseComplexMatrix & | b, | ||
octave_idx_type & | info, | ||
double & | rcond | ||
) | const |
Definition at line 7038 of file dSparse.cc.
References solve().
SparseComplexMatrix SparseMatrix::solve | ( | MatrixType & | typ, |
const SparseComplexMatrix & | b, | ||
octave_idx_type & | info, | ||
double & | rcond, | ||
solve_singularity_handler | sing_handler, | ||
bool | singular_fallabck = true |
||
) | const |
Definition at line 7045 of file dSparse.cc.
References MatrixType::Banded, MatrixType::Banded_Hermitian, bsolve(), MatrixType::Diagonal, dsolve(), fsolve(), MatrixType::Full, MatrixType::Hermitian, MatrixType::Lower, ltsolve(), MatrixType::Permuted_Diagonal, MatrixType::Permuted_Lower, MatrixType::Permuted_Upper, qrsolve(), MatrixType::Rectangular, SparseComplexMatrix, MatrixType::Tridiagonal, MatrixType::Tridiagonal_Hermitian, trisolve(), MatrixType::type(), MatrixType::Unknown, MatrixType::Upper, and utsolve().
ColumnVector SparseMatrix::solve | ( | MatrixType & | typ, |
const ColumnVector & | b | ||
) | const |
Definition at line 7090 of file dSparse.cc.
References solve().
ColumnVector SparseMatrix::solve | ( | MatrixType & | typ, |
const ColumnVector & | b, | ||
octave_idx_type & | info | ||
) | const |
Definition at line 7097 of file dSparse.cc.
References solve().
ColumnVector SparseMatrix::solve | ( | MatrixType & | typ, |
const ColumnVector & | b, | ||
octave_idx_type & | info, | ||
double & | rcond | ||
) | const |
Definition at line 7105 of file dSparse.cc.
References solve().
ColumnVector SparseMatrix::solve | ( | MatrixType & | typ, |
const ColumnVector & | b, | ||
octave_idx_type & | info, | ||
double & | rcond, | ||
solve_singularity_handler | sing_handler | ||
) | const |
Definition at line 7112 of file dSparse.cc.
References Matrix::column(), and solve().
ComplexColumnVector SparseMatrix::solve | ( | MatrixType & | typ, |
const ComplexColumnVector & | b | ||
) | const |
Definition at line 7122 of file dSparse.cc.
References solve().
ComplexColumnVector SparseMatrix::solve | ( | MatrixType & | typ, |
const ComplexColumnVector & | b, | ||
octave_idx_type & | info | ||
) | const |
Definition at line 7130 of file dSparse.cc.
References solve().
ComplexColumnVector SparseMatrix::solve | ( | MatrixType & | typ, |
const ComplexColumnVector & | b, | ||
octave_idx_type & | info, | ||
double & | rcond | ||
) | const |
Definition at line 7138 of file dSparse.cc.
References solve().
ComplexColumnVector SparseMatrix::solve | ( | MatrixType & | typ, |
const ComplexColumnVector & | b, | ||
octave_idx_type & | info, | ||
double & | rcond, | ||
solve_singularity_handler | sing_handler | ||
) | const |
Definition at line 7146 of file dSparse.cc.
References Matrix::column(), and solve().
Definition at line 7156 of file dSparse.cc.
References solve().
Matrix SparseMatrix::solve | ( | const Matrix & | b, |
octave_idx_type & | info | ||
) | const |
Definition at line 7164 of file dSparse.cc.
References solve().
Matrix SparseMatrix::solve | ( | const Matrix & | b, |
octave_idx_type & | info, | ||
double & | rcond | ||
) | const |
Definition at line 7171 of file dSparse.cc.
References solve().
Matrix SparseMatrix::solve | ( | const Matrix & | b, |
octave_idx_type & | info, | ||
double & | rcond, | ||
solve_singularity_handler | sing_handler | ||
) | const |
Definition at line 7178 of file dSparse.cc.
References solve().
ComplexMatrix SparseMatrix::solve | ( | const ComplexMatrix & | b | ) | const |
ComplexMatrix SparseMatrix::solve | ( | const ComplexMatrix & | b, |
octave_idx_type & | info | ||
) | const |
Definition at line 7217 of file dSparse.cc.
References solve().
ComplexMatrix SparseMatrix::solve | ( | const ComplexMatrix & | b, |
octave_idx_type & | info, | ||
double & | rcond | ||
) | const |
Definition at line 7224 of file dSparse.cc.
References solve().
ComplexMatrix SparseMatrix::solve | ( | const ComplexMatrix & | b, |
octave_idx_type & | info, | ||
double & | rcond, | ||
solve_singularity_handler | sing_handler | ||
) | const |
Definition at line 7231 of file dSparse.cc.
References solve().
SparseMatrix SparseMatrix::solve | ( | const SparseMatrix & | b | ) | const |
Definition at line 7186 of file dSparse.cc.
References solve().
SparseMatrix SparseMatrix::solve | ( | const SparseMatrix & | b, |
octave_idx_type & | info | ||
) | const |
Definition at line 7194 of file dSparse.cc.
References solve().
SparseMatrix SparseMatrix::solve | ( | const SparseMatrix & | b, |
octave_idx_type & | info, | ||
double & | rcond | ||
) | const |
Definition at line 7202 of file dSparse.cc.
References solve().
SparseMatrix SparseMatrix::solve | ( | const SparseMatrix & | b, |
octave_idx_type & | info, | ||
double & | rcond, | ||
solve_singularity_handler | sing_handler | ||
) | const |
Definition at line 7209 of file dSparse.cc.
References solve().
SparseComplexMatrix SparseMatrix::solve | ( | const SparseComplexMatrix & | b | ) | const |
Definition at line 7240 of file dSparse.cc.
References solve().
SparseComplexMatrix SparseMatrix::solve | ( | const SparseComplexMatrix & | b, |
octave_idx_type & | info | ||
) | const |
Definition at line 7248 of file dSparse.cc.
References solve().
SparseComplexMatrix SparseMatrix::solve | ( | const SparseComplexMatrix & | b, |
octave_idx_type & | info, | ||
double & | rcond | ||
) | const |
Definition at line 7255 of file dSparse.cc.
References solve().
SparseComplexMatrix SparseMatrix::solve | ( | const SparseComplexMatrix & | b, |
octave_idx_type & | info, | ||
double & | rcond, | ||
solve_singularity_handler | sing_handler | ||
) | const |
Definition at line 7262 of file dSparse.cc.
References solve().
ColumnVector SparseMatrix::solve | ( | const ColumnVector & | b | ) | const |
Definition at line 7271 of file dSparse.cc.
References solve().
ColumnVector SparseMatrix::solve | ( | const ColumnVector & | b, |
octave_idx_type & | info | ||
) | const |
Definition at line 7278 of file dSparse.cc.
References solve().
ColumnVector SparseMatrix::solve | ( | const ColumnVector & | b, |
octave_idx_type & | info, | ||
double & | rcond | ||
) | const |
Definition at line 7285 of file dSparse.cc.
References solve().
ColumnVector SparseMatrix::solve | ( | const ColumnVector & | b, |
octave_idx_type & | info, | ||
double & | rcond, | ||
solve_singularity_handler | sing_handler | ||
) | const |
Definition at line 7292 of file dSparse.cc.
References Matrix::column(), and solve().
ComplexColumnVector SparseMatrix::solve | ( | const ComplexColumnVector & | b | ) | const |
Definition at line 7302 of file dSparse.cc.
References solve().
ComplexColumnVector SparseMatrix::solve | ( | const ComplexColumnVector & | b, |
octave_idx_type & | info | ||
) | const |
Definition at line 7310 of file dSparse.cc.
References solve().
ComplexColumnVector SparseMatrix::solve | ( | const ComplexColumnVector & | b, |
octave_idx_type & | info, | ||
double & | rcond | ||
) | const |
Definition at line 7317 of file dSparse.cc.
References solve().
ComplexColumnVector SparseMatrix::solve | ( | const ComplexColumnVector & | b, |
octave_idx_type & | info, | ||
double & | rcond, | ||
solve_singularity_handler | sing_handler | ||
) | const |
Definition at line 7324 of file dSparse.cc.
References Matrix::column(), and solve().
|
inherited |
|
inherited |
SparseMatrix SparseMatrix::squeeze | ( | void | ) | const |
Reimplemented from MSparse< double >.
Definition at line 7617 of file dSparse.cc.
SparseMatrix SparseMatrix::sum | ( | int | dim = -1 | ) | const |
SparseMatrix SparseMatrix::sumsq | ( | int | dim = -1 | ) | const |
Definition at line 7545 of file dSparse.cc.
References COL_EXPR, ROW_EXPR, and SPARSE_BASE_REDUCTION_OP.
Definition at line 597 of file Sparse.h.
Referenced by too_large_for_float().
|
private |
Definition at line 903 of file dSparse.cc.
References Sparse< T >::change_capacity(), Sparse< T >::cidx(), Sparse< double >::cidx(), Sparse< double >::cols(), current_liboctave_error_handler, Sparse< double >::data(), Sparse< T >::data(), MatrixType::info(), MatrixType::Lower, Sparse< T >::maybe_compress(), Sparse< double >::nnz(), OCTAVE_LOCAL_BUFFER, MatrixType::Permuted_Lower, MatrixType::Permuted_Upper, Sparse< double >::ridx(), Sparse< double >::rows(), SparseMatrix(), MatrixType::triangular_perm(), MatrixType::type(), MatrixType::Upper, Sparse< T >::xcidx(), Sparse< T >::xdata(), and Sparse< T >::xridx().
Referenced by inverse().
Definition at line 7461 of file dSparse.cc.
References Sparse< double >::test_any(), and xtoo_large_for_float().
Referenced by octave_sparse_matrix::save_binary(), and octave_sparse_matrix::save_hdf5().
|
inline |
Reimplemented from MSparse< double >.
Definition at line 128 of file dSparse.h.
References MSparse< T >::transpose().
Referenced by chol2inv(), dinverse(), Fluinc(), inverse(), SparseComplexMatrix::inverse(), LuAminusSigmaB(), make_cholb(), prod(), read_mat_binary_data(), SparseLU::SparseLU(), and xdiv().
|
private |
Definition at line 3864 of file dSparse.cc.
References Sparse< double >::cidx(), Sparse< double >::cols(), Array< T >::cols(), current_liboctave_error_handler, Sparse< double >::data(), F77_XFCN, Array< T >::fortran_vec(), MatrixType::info(), MatrixType::is_dense(), MatrixType::mark_as_rectangular(), MatrixType::mark_as_unsymmetric(), OCTAVE_LOCAL_BUFFER, Sparse< double >::ridx(), Sparse< double >::rows(), Array< T >::rows(), MatrixType::Tridiagonal, MatrixType::Tridiagonal_Hermitian, and MatrixType::type().
Referenced by solve().
|
private |
Definition at line 4162 of file dSparse.cc.
References Sparse< double >::cidx(), Sparse< double >::cols(), Array< T >::cols(), current_liboctave_error_handler, Sparse< double >::data(), F77_XFCN, Array< T >::fortran_vec(), MatrixType::info(), MatrixType::is_dense(), MatrixType::mark_as_rectangular(), MatrixType::mark_as_unsymmetric(), OCTAVE_LOCAL_BUFFER, Sparse< double >::ridx(), Sparse< double >::rows(), Array< T >::rows(), MatrixType::Tridiagonal, MatrixType::Tridiagonal_Hermitian, and MatrixType::type().
|
private |
Definition at line 4015 of file dSparse.cc.
References Sparse< T >::change_capacity(), Sparse< T >::cidx(), Sparse< double >::cidx(), Sparse< T >::cols(), Sparse< double >::cols(), current_liboctave_error_handler, Sparse< T >::data(), Sparse< double >::data(), F77_CHAR_ARG_LEN, F77_CONST_CHAR_ARG2, F77_XFCN, Array< T >::fortran_vec(), MatrixType::info(), MatrixType::is_dense(), MatrixType::mark_as_rectangular(), Sparse< T >::maybe_compress(), Sparse< T >::nnz(), OCTAVE_LOCAL_BUFFER, Sparse< T >::ridx(), Sparse< double >::ridx(), Sparse< double >::rows(), Sparse< T >::rows(), SparseMatrix(), MatrixType::Tridiagonal, MatrixType::Tridiagonal_Hermitian, MatrixType::type(), Sparse< T >::xcidx(), Sparse< T >::xdata(), and Sparse< T >::xridx().
|
private |
Definition at line 4314 of file dSparse.cc.
References Sparse< T >::change_capacity(), Sparse< double >::cidx(), Sparse< T >::cols(), Sparse< double >::cols(), current_liboctave_error_handler, Sparse< double >::data(), F77_CHAR_ARG_LEN, F77_CONST_CHAR_ARG2, F77_XFCN, Array< T >::fortran_vec(), imag, MatrixType::info(), MatrixType::is_dense(), MatrixType::mark_as_rectangular(), Sparse< T >::maybe_compress(), Sparse< T >::nnz(), OCTAVE_LOCAL_BUFFER, real, Sparse< double >::ridx(), Sparse< T >::rows(), Sparse< double >::rows(), SparseComplexMatrix, MatrixType::Tridiagonal, MatrixType::Tridiagonal_Hermitian, MatrixType::type(), Sparse< T >::xcidx(), Sparse< T >::xdata(), and Sparse< T >::xridx().
|
private |
Definition at line 1677 of file dSparse.cc.
References Sparse< double >::cidx(), Sparse< double >::cols(), Array< T >::cols(), current_liboctave_error_handler, Sparse< double >::data(), MatrixType::info(), MatrixType::mark_as_rectangular(), OCTAVE_LOCAL_BUFFER, MatrixType::Permuted_Upper, Matrix::resize(), Sparse< double >::ridx(), Sparse< double >::rows(), Array< T >::rows(), MatrixType::triangular_perm(), MatrixType::type(), MatrixType::Upper, Array< T >::xelem(), and xisnan().
Referenced by solve().
|
private |
Definition at line 2199 of file dSparse.cc.
References Sparse< double >::cidx(), Sparse< double >::cols(), Array< T >::cols(), current_liboctave_error_handler, Sparse< double >::data(), MatrixType::info(), MatrixType::mark_as_rectangular(), OCTAVE_LOCAL_BUFFER, MatrixType::Permuted_Upper, ComplexMatrix::resize(), Sparse< double >::ridx(), Sparse< double >::rows(), Array< T >::rows(), MatrixType::triangular_perm(), MatrixType::type(), MatrixType::Upper, Array< T >::xelem(), and xisnan().
|
private |
Definition at line 1912 of file dSparse.cc.
References Sparse< T >::change_capacity(), Sparse< double >::cidx(), Sparse< T >::cidx(), Sparse< double >::cols(), Sparse< T >::cols(), current_liboctave_error_handler, Sparse< T >::data(), Sparse< double >::data(), MatrixType::info(), MatrixType::mark_as_rectangular(), Sparse< T >::maybe_compress(), Sparse< T >::nnz(), OCTAVE_LOCAL_BUFFER, MatrixType::Permuted_Upper, Sparse< T >::ridx(), Sparse< double >::ridx(), Sparse< double >::rows(), Sparse< T >::rows(), SparseMatrix(), MatrixType::triangular_perm(), MatrixType::type(), MatrixType::Upper, Sparse< T >::xcidx(), Sparse< T >::xdata(), xisnan(), and Sparse< T >::xridx().
|
private |
Definition at line 2437 of file dSparse.cc.
References Sparse< T >::change_capacity(), Sparse< double >::cidx(), Sparse< T >::cidx(), Sparse< double >::cols(), Sparse< T >::cols(), current_liboctave_error_handler, Sparse< T >::data(), Sparse< double >::data(), MatrixType::info(), MatrixType::mark_as_rectangular(), Sparse< T >::maybe_compress(), Sparse< T >::nnz(), OCTAVE_LOCAL_BUFFER, MatrixType::Permuted_Upper, Sparse< T >::ridx(), Sparse< double >::ridx(), Sparse< double >::rows(), Sparse< T >::rows(), SparseComplexMatrix, MatrixType::triangular_perm(), MatrixType::type(), MatrixType::Upper, Sparse< T >::xcidx(), Sparse< T >::xdata(), xisnan(), and Sparse< T >::xridx().
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
friend |
Definition at line 686 of file dSparse.cc.
|
friend |
Definition at line 708 of file dSparse.cc.
|
friend |
Definition at line 749 of file dSparse.cc.
|
friend |
Definition at line 658 of file dSparse.cc.
Referenced by bsolve(), fsolve(), and trisolve().
|
friend |
Definition at line 7588 of file dSparse.cc.
|
friend |
Definition at line 7609 of file dSparse.cc.
|
friend |
Definition at line 637 of file dSparse.cc.
Referenced by bsolve(), fsolve(), and trisolve().
|
inherited |