Class: FloatMDMatrix2D
- Inherits:
-
FloatMDMatrix
- Object
- MDMatrix
- FloatingMDMatrix
- FloatMDMatrix
- FloatMDMatrix2D
- Includes:
- Colt::Matrix2DAlgebra, Colt::Matrix2DFloatAlgebra, Colt::Matrix2DFloatingAlgebra, Colt::MatrixFloatingAlgebra
- Defined in:
- lib/colt/matrix/algebra.rb,
lib/colt/matrix/hierarchy.rb
Instance Attribute Summary
Attributes inherited from MDMatrix
#coerced, #colt_algebra, #colt_matrix, #colt_property, #mdarray
Attributes included from Colt::Property
Method Summary
Methods included from Colt::Matrix2DFloatAlgebra
Methods included from Colt::Matrix2DFloatingAlgebra
#backward_solve, #chol, #cond, #det, #eig, #forward_solve, #inverse, #lu, #numerical_rank, #power, #solve, #solve_transpose, #svd, #trace, #trapezoidal_lower, #vector_norm2
Methods included from Colt::Matrix2DAlgebra
Methods included from Colt::MatrixFloatingAlgebra
#kron, #norm1, #norm2, #normF, #norm_infinity
Methods inherited from FloatMDMatrix
Methods inherited from MDMatrix
#add, arange, build, #coerce, #copy, #div, double, #each, #each_with_counter, #fill, #fill_cond, #flip, float, from_colt_matrix, from_mdarray, fromfunction, #get, init_with, int, linspace, long, #next, #normalize!, ones, #print, #rank, #reduce, #region, #reset_traversal, #reshape!, #set, #shape, #size, #sub, #sum, typed_arange
Methods included from Colt::Property
#check_rectangular, #check_square, #density, #diagonal?, #diagonally_dominant_by_column?, #diagonally_dominant_by_row?, #equals?, #generate_non_singular!, #identity?, #lower_bandwidth, #lower_bidiagonal?, #lower_triangular?, #non_negative?, #orthogonal?, #positive?, #properties, #semi_bandwidth, #singular?, #skew_symmetric?, #square?, #strictly_lower_triangular?, #strictly_triangular?, #strictly_upper_triangular?, #symmetric?, #tolerance, #tolerance=, #triangular?, #tridiagonal?, #unit_triangular?, #upper_bandwidth, #upper_bidiagonal?, #upper_triangular?, #zero?
Constructor Details
This class inherits a constructor from FloatMDMatrix