Variables

src/ola/OLAErrorMessages.h File Reference

Go to the source code of this file.

Variables

static const char OLAMatrixAInvert [] = "Matrix [A] cannot be inverted"
static const char OLARowARowC [] = "Number of rows in A must equal number of rows in C"
static const char OLACWrongColumns [] = "Matrix C has the wrong number of columns"

Variable Documentation

const char OLACWrongColumns[] = "Matrix C has the wrong number of columns" [static]
const char OLAMatrixAInvert[] = "Matrix [A] cannot be inverted" [static]
const char OLARowARowC[] = "Number of rows in A must equal number of rows in C" [static]
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines