|
Anasazi Version of the Day
|
#include <Tsqr_MatView.hpp>
Public Member Functions | |
| ConstMatView (const Ordinal num_rows, const Ordinal num_cols, const Scalar *const A, const Ordinal leading_dim) | |
| ConstMatView | rowBlock (const Ordinal firstRow, const Ordinal lastRow) const |
| ConstMatView | split_top (const Ordinal nrows_top, const bool b_contiguous_blocks=false) |
| ConstMatView | split_bottom (const Ordinal nrows_bottom, const bool b_contiguous_blocks=false) |
A read-only view of a column-oriented matrix.
Definition at line 402 of file Tsqr_MatView.hpp.
| TSQR::ConstMatView< Ordinal, Scalar >::ConstMatView | ( | const Ordinal | num_rows, |
| const Ordinal | num_cols, | ||
| const Scalar *const | A, | ||
| const Ordinal | leading_dim | ||
| ) | [inline] |
Definition at line 412 of file Tsqr_MatView.hpp.
| ConstMatView TSQR::ConstMatView< Ordinal, Scalar >::rowBlock | ( | const Ordinal | firstRow, |
| const Ordinal | lastRow | ||
| ) | const [inline] |
Return a "row block" (submatrix of consecutive rows in the inclusive range [firstRow,lastRow]).
Definition at line 475 of file Tsqr_MatView.hpp.
| ConstMatView TSQR::ConstMatView< Ordinal, Scalar >::split_top | ( | const Ordinal | nrows_top, |
| const bool | b_contiguous_blocks = false |
||
| ) | [inline] |
Split off and return the top block. Modify *this to be the "rest" of the matrix.
| nrows_top | [in] Number of rows in the top block (which this method returns) |
| b_contiguous_blocks | [in] Whether or not the entries of the top block are stored contiguously in *this. The default is no (false). |
Definition at line 501 of file Tsqr_MatView.hpp.
| ConstMatView TSQR::ConstMatView< Ordinal, Scalar >::split_bottom | ( | const Ordinal | nrows_bottom, |
| const bool | b_contiguous_blocks = false |
||
| ) | [inline] |
Split off and return the bottom block. Modify *this to be the "rest" of the matrix.
Definition at line 538 of file Tsqr_MatView.hpp.
1.7.4