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
octave::math::sparse_qr< SPARSE_T > Member List

This is the complete list of members for octave::math::sparse_qr< SPARSE_T >, including all inherited members.

C(const typename SPARSE_T::dense_matrix_type &b) const octave::math::sparse_qr< SPARSE_T >
ok(void) const octave::math::sparse_qr< SPARSE_T >
operator=(const sparse_qr &a)octave::math::sparse_qr< SPARSE_T >
P(void) const octave::math::sparse_qr< SPARSE_T >
Pinv(void) const octave::math::sparse_qr< SPARSE_T >
Q(void) const octave::math::sparse_qr< SPARSE_T >
R(bool econ=false) const octave::math::sparse_qr< SPARSE_T >
repoctave::math::sparse_qr< SPARSE_T >private
solve(const SPARSE_T &a, const RHS_T &b, octave_idx_type &info)octave::math::sparse_qr< SPARSE_T >static
sparse_qr(void)octave::math::sparse_qr< SPARSE_T >
sparse_qr(const SPARSE_T &a, int order=0)octave::math::sparse_qr< SPARSE_T >
sparse_qr(const sparse_qr &a)octave::math::sparse_qr< SPARSE_T >
tall_solve(const RHS_T &b, octave_idx_type &info) const octave::math::sparse_qr< SPARSE_T >private
V(void) const octave::math::sparse_qr< SPARSE_T >
wide_solve(const RHS_T &b, octave_idx_type &info) const octave::math::sparse_qr< SPARSE_T >private
~sparse_qr(void)octave::math::sparse_qr< SPARSE_T >