CppMatrix
|
This is the complete list of members for cpp_matrix::Matrix< M >, including all inherited members.
AddToRow(const Matrix &m) const | cpp_matrix::Matrix< M > | inline |
Column() const (defined in cpp_matrix::Matrix< M >) | cpp_matrix::Matrix< M > | inline |
ElementProduct(const Matrix &other) const (defined in cpp_matrix::Matrix< M >) | cpp_matrix::Matrix< M > | inline |
ElementType typedef (defined in cpp_matrix::Matrix< M >) | cpp_matrix::Matrix< M > | |
Exp() const | cpp_matrix::Matrix< M > | inline |
IsAvaliable() (defined in cpp_matrix::Matrix< M >) | cpp_matrix::Matrix< M > | inlinestatic |
Matrix() (defined in cpp_matrix::Matrix< M >) | cpp_matrix::Matrix< M > | inline |
Matrix(size_t row, size_t column) (defined in cpp_matrix::Matrix< M >) | cpp_matrix::Matrix< M > | inline |
Matrix(size_t row, size_t column, ElementType v) | cpp_matrix::Matrix< M > | inline |
Matrix(size_t row, size_t column, std::span< ElementType > initData) (defined in cpp_matrix::Matrix< M >) | cpp_matrix::Matrix< M > | inline |
Matrix(std::initializer_list< std::initializer_list< ElementType > > initData) (defined in cpp_matrix::Matrix< M >) | cpp_matrix::Matrix< M > | inline |
Matrix(std::initializer_list< Matrix > matrixs) | cpp_matrix::Matrix< M > | inline |
Matrix(const Matrix &m) (defined in cpp_matrix::Matrix< M >) | cpp_matrix::Matrix< M > | inline |
Matrix(Matrix &&m) (defined in cpp_matrix::Matrix< M >) | cpp_matrix::Matrix< M > | inline |
operator* (defined in cpp_matrix::Matrix< M >) | cpp_matrix::Matrix< M > | friend |
operator*(ElementType v) const (defined in cpp_matrix::Matrix< M >) | cpp_matrix::Matrix< M > | inline |
operator*(const Matrix &other) const (defined in cpp_matrix::Matrix< M >) | cpp_matrix::Matrix< M > | inline |
operator+ (defined in cpp_matrix::Matrix< M >) | cpp_matrix::Matrix< M > | friend |
operator+(const Matrix &other) const (defined in cpp_matrix::Matrix< M >) | cpp_matrix::Matrix< M > | inline |
operator+(ElementType v) const (defined in cpp_matrix::Matrix< M >) | cpp_matrix::Matrix< M > | inline |
operator+=(const Matrix &other) (defined in cpp_matrix::Matrix< M >) | cpp_matrix::Matrix< M > | inline |
operator- (defined in cpp_matrix::Matrix< M >) | cpp_matrix::Matrix< M > | friend |
operator-() const (defined in cpp_matrix::Matrix< M >) | cpp_matrix::Matrix< M > | inline |
operator-(const Matrix &other) const (defined in cpp_matrix::Matrix< M >) | cpp_matrix::Matrix< M > | inline |
operator-(ElementType v) const (defined in cpp_matrix::Matrix< M >) | cpp_matrix::Matrix< M > | inline |
operator/ (defined in cpp_matrix::Matrix< M >) | cpp_matrix::Matrix< M > | friend |
operator/(ElementType v) const (defined in cpp_matrix::Matrix< M >) | cpp_matrix::Matrix< M > | inline |
operator=(std::vector< ElementType > data) (defined in cpp_matrix::Matrix< M >) | cpp_matrix::Matrix< M > | inline |
operator=(ElementType f) (defined in cpp_matrix::Matrix< M >) | cpp_matrix::Matrix< M > | inline |
operator=(std::span< ElementType > data) (defined in cpp_matrix::Matrix< M >) | cpp_matrix::Matrix< M > | inline |
operator=(Matrix &&m) (defined in cpp_matrix::Matrix< M >) | cpp_matrix::Matrix< M > | inline |
operator[](size_t row, size_t column) const (defined in cpp_matrix::Matrix< M >) | cpp_matrix::Matrix< M > | inline |
Pow(ElementType e) const (defined in cpp_matrix::Matrix< M >) | cpp_matrix::Matrix< M > | inline |
Random(size_t row, size_t column) | cpp_matrix::Matrix< M > | inlinestatic |
Read() const (defined in cpp_matrix::Matrix< M >) | cpp_matrix::Matrix< M > | inline |
Relu() const (defined in cpp_matrix::Matrix< M >) | cpp_matrix::Matrix< M > | inline |
Row() const (defined in cpp_matrix::Matrix< M >) | cpp_matrix::Matrix< M > | inline |
Sum() const | cpp_matrix::Matrix< M > | inline |
SumByColumn() const | cpp_matrix::Matrix< M > | inline |
SumByRow() const | cpp_matrix::Matrix< M > | inline |
Transpose() const (defined in cpp_matrix::Matrix< M >) | cpp_matrix::Matrix< M > | inline |
Write(std::span< ElementType, N > data) (defined in cpp_matrix::Matrix< M >) | cpp_matrix::Matrix< M > | inline |