primatologist-gpl  5.0.5
aims::math::incompatible_matrix_exception Class Reference

This exception is thrown when an attempt is made at multiplying two matrices with incompatible dimensions. More...

#include <primatologist/math/matrix.h>

Inheritance diagram for aims::math::incompatible_matrix_exception:
Collaboration diagram for aims::math::incompatible_matrix_exception:

Public Member Functions

 incompatible_matrix_exception (int nrow, int ncol)
 

Detailed Description

This exception is thrown when an attempt is made at multiplying two matrices with incompatible dimensions.

Definition at line 214 of file matrix.h.

Constructor & Destructor Documentation

◆ incompatible_matrix_exception()

aims::math::incompatible_matrix_exception::incompatible_matrix_exception ( int  nrow,
int  ncol 
)
inline

Definition at line 217 of file matrix.h.


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