Class: FloatingMDMatrix2D

Inherits:
MDMatrix show all
Includes:
Matrix2DFloatingAlgebra
Defined in:
lib/colt/matrix/matrix_hierarchy.rb,
lib/colt/matrix/matrix2D_floating_algebra.rb

Direct Known Subclasses

DoubleMDMatrix2D, FloatMDMatrix2D

Instance Attribute Summary

Attributes inherited from MDMatrix

#colt_matrix, #mdarray, #rank

Method Summary

Methods included from Matrix2DFloatingAlgebra

#backward_solve, #chol, #cond, #det, #eig, #forward_solve, #inverse, #kron, #lu, #mult, #norm1, #norm2, #normF, #norm_infinity, #numerical_rank, #power, #solve, #solve_transpose, #svd, #trace, #trapezoidal_lower, #vector_norm2

Methods inherited from MDMatrix

build, double, float, from_colt_matrix, from_mdarray, #initialize, int, long, #normalize!, #print, #sum

Constructor Details

This class inherits a constructor from MDMatrix