#include <fmatrix.h>
Indices are 1-based. STL-compatible iterators and types.
|
Assigns t to all elements. A bit more comlicated since we have to discriminate between A = 3; and A = 1, 2, 3, 4; which is done using ListInitializationSwitch which either calls ListInitializer or FMatrix::fill(). |