Uses of Interface
de.lmu.ifi.dbs.elki.math.linearalgebra.MatrixLike

Packages that use MatrixLike
de.lmu.ifi.dbs.elki.math.linearalgebra Linear Algebra package provides classes and computational methods for operations on matrices. 
de.lmu.ifi.dbs.elki.utilities Utility and helper classes - commonly used data structures, output formatting, exceptions, ... 
 

Uses of MatrixLike in de.lmu.ifi.dbs.elki.math.linearalgebra
 

Classes in de.lmu.ifi.dbs.elki.math.linearalgebra with type parameters of type MatrixLike
 interface MatrixLike<M extends MatrixLike<M>>
          Common Interface for Matrix and Vector objects, where M is the actual type.
 

Classes in de.lmu.ifi.dbs.elki.math.linearalgebra that implement MatrixLike
 class Centroid
          Class to compute the centroid of some data.
 class Matrix
          A two-dimensional matrix class, where the data is stored as two-dimensional array.
 class ProjectedCentroid
          Centroid only using a subset of dimensions.
 class Vector
          Provides a vector object that encapsulates an m x 1 - matrix object.
 

Methods in de.lmu.ifi.dbs.elki.math.linearalgebra with parameters of type MatrixLike
protected  void Matrix.checkMatrixDimensions(MatrixLike<?> B)
          Check if size(A) == size(B)
 

Uses of MatrixLike in de.lmu.ifi.dbs.elki.utilities
 

Methods in de.lmu.ifi.dbs.elki.utilities with parameters of type MatrixLike
static String FormatUtil.format(MatrixLike<?> m, int w, int d)
          Returns a string representation of this matrix.
static String FormatUtil.format(MatrixLike<?> m, String pre)
          Returns a string representation of this matrix.
static String FormatUtil.format(MatrixLike<?> m, String pre, NumberFormat nf)
          Returns a string representation of this matrix.
 


Release 0.4.0 (2011-09-20_1324)