NZMATH
1.2.0
About: NZMATH is a Python based number theory oriented calculation system.
![]() ![]() |
Go to the source code of this file.
Classes | |
class | nzmath.matrix.Matrix |
class | nzmath.matrix.SquareMatrix |
class | nzmath.matrix.RingMatrix |
class | nzmath.matrix.RingSquareMatrix |
class | nzmath.matrix.FieldMatrix |
class | nzmath.matrix.FieldSquareMatrix |
class | nzmath.matrix.MatrixRing |
class | nzmath.matrix.Subspace |
class | nzmath.matrix.MatrixSizeError |
class | nzmath.matrix.VectorsNotIndependent |
class | nzmath.matrix.NoInverseImage |
class | nzmath.matrix.NoInverse |
Namespaces | |
nzmath.matrix | |
Functions | |
def | nzmath.matrix.createMatrix (row, column=0, compo=0, coeff_ring=0) |
def | nzmath.matrix.unitMatrix (size, coeff=1) |
def | nzmath.matrix.zeroMatrix (row, column=None, coeff=0) |
def | nzmath.matrix._getRing (coeff_ring) |
Variables | |
def | nzmath.matrix.identityMatrix = unitMatrix |