YAP
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
Matrix< T, R, C > Class Template Reference

#include <Matrix.h>

Inheritance diagram for Matrix< T, R, C >:

Public Member Functions

constexpr Matrix (const std::array< std::array< T, C >, R > &m) noexcept
 Constructor.
 
 Matrix (T element=0)
 

Detailed Description

template<typename T, size_t R, size_t C>
class yap::Matrix< T, R, C >

Parameters
Rnumber of rows
Cnumber of columns

Constructor & Destructor Documentation

Matrix ( element = 0)
inline

Default constructor; produces a matrix with all elements having the same value (0 by default)

Parameters
elementelement which will be assigned to all elements

The documentation for this class was generated from the following file: