#include <Matrix.h>
|
|
constexpr | Matrix (const std::array< std::array< T, C >, R > &m) noexcept |
| | Constructor.
|
| |
| | Matrix (T element=0) |
| |
template<typename T, size_t R, size_t C>
class yap::Matrix< T, R, C >
- Parameters
-
| R | number of rows |
| C | number of columns |
Default constructor; produces a matrix with all elements having the same value (0 by default)
- Parameters
-
| element | element which will be assigned to all elements |
The documentation for this class was generated from the following file:
- /home/dgreenw/work/belle/YAP/include/Matrix.h