#include <newmat.h>
Public Member Functions | |
ArrayLengthSpecifier (int l) | |
int | Value () const |
int | value () const |
Private Attributes | |
int | v |
This class is used to avoid constructors such as ColumnVector(int) being used for conversions. Eventually this should be replaced by the use of the keyword "explicit".