mathed.types

Undocumented in source.

Modules

matrix
module mathed.types.matrix

Implementation of matrix in mathematical definition. Features:

  1. All matrix actions is checked at compile time
  2. Matrix contains only it's data, and nothing additional
  3. Almost all matrix actions is pure and nothrow
vector
module mathed.types.vector

Implementation of vector as a list of values. Features:

  1. All vector actions is checked at compile time
  2. Vector contains only it's data, and nothing additional
  3. Almost all vector actions is pure and nothrow
  4. Vector can have one- and multiletter accessors

Public Imports

mathed.types.matrix
public import mathed.types.matrix, mathed.types.vector;
Undocumented in source.
mathed.types.vector
public import mathed.types.matrix, mathed.types.vector;
Undocumented in source.

Meta