Procedures

ProcedureLocationProcedure TypeDescription
matrixmatrix_mInterface

Construct a matrix

operator(*)vector_mInterface

Extend multiplication operator to allow a scalar times a vector such that

operator(/)vector_mInterface

Extend division operator to allow a scalar divided by a vector

vectorvector_mInterface

Construct a vector object

Read more…