MCL
A C++ library mirroring some of the most common Matlab functions.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
mcl::Matrix< T > Member List

This is the complete list of members for mcl::Matrix< T >, including all inherited members.

data() noexceptmcl::Matrix< T >inline
GetColumn(Int index_column) const noexceptmcl::Matrix< T >inline
GetElement(const Int &index_row, const Int &index_column) const noexceptmcl::Matrix< T >inline
GetRow(Int index_row) const noexceptmcl::Matrix< T >inline
Load(std::string file_name)mcl::Matrix< T >inlinestatic
Matrix() noexceptmcl::Matrix< T >inline
Matrix(Int num_rows, Int num_columns) noexceptmcl::Matrix< T >inline
Matrix(const std::vector< std::vector< T > > vectors) noexceptmcl::Matrix< T >inline
num_columns() const noexceptmcl::Matrix< T >inline
num_rows() const noexceptmcl::Matrix< T >inline
Ones(Int number_of_rows, Int number_of_columns) noexceptmcl::Matrix< T >inlinestatic
Ones(Int matrix_dimension) noexceptmcl::Matrix< T >inlinestatic
Save(std::string file_name, mcl::Int precision=5)mcl::Matrix< T >inline
Serial() const noexceptmcl::Matrix< T >inline
SetColumn(Int index_column, std::vector< T > column) noexceptmcl::Matrix< T >inline
SetElement(const Int &index_row, const Int &index_column, const T &element) noexceptmcl::Matrix< T >inline
SetRow(Int index_row, std::vector< T > row) noexceptmcl::Matrix< T >inline