[][src]Module quantum2::matrix

Matrix library code (public for pedagogical reasons).

Structs

Matrix

Represents a square matrix over C of maximum size MAX_SIZE.

Constants

MAX_SIZE

Max size of matrix and therefore ket.

Type Definitions

Vector

Efficient array of complex numbers.