StochTree 0.0.1
Loading...
Searching...
No Matches
StochTree::ColumnMatrix Member List

This is the complete list of members for StochTree::ColumnMatrix, including all inherited members.

ColumnMatrix(double *data_ptr, data_size_t num_row, int num_col, bool is_row_major)StochTree::ColumnMatrix
ColumnMatrix(std::string filename, std::string column_index_string, bool header=true, bool precise_float_parser=false)StochTree::ColumnMatrix
GetData()StochTree::ColumnMatrixinline
GetElement(data_size_t row_num, int32_t col_num)StochTree::ColumnMatrixinline
LoadData(double *data_ptr, data_size_t num_row, int num_col, bool is_row_major)StochTree::ColumnMatrix
NumCols()StochTree::ColumnMatrixinline
NumRows()StochTree::ColumnMatrixinline
SetElement(data_size_t row_num, int32_t col_num, double value)StochTree::ColumnMatrixinline