Uses of Class
org.eclipse.birt.chart.internal.computations.Matrix

Packages that use Matrix
org.eclipse.birt.chart.computation This is a placeholder file for the org.eclipse.birt.chart.computation package. 
org.eclipse.birt.chart.internal.computations   
 

Uses of Matrix in org.eclipse.birt.chart.computation
 

Methods in org.eclipse.birt.chart.computation with parameters of type Matrix
 void Object3D.transform(Matrix m)
          Performs transformation by given matrix
 void Vector.multiply(Matrix m)
           
 Vector Vector.getMultiply(Matrix m)
           
 

Uses of Matrix in org.eclipse.birt.chart.internal.computations
 

Methods in org.eclipse.birt.chart.internal.computations that return Matrix
 Matrix Matrix.copy()
           
 Matrix Matrix.transpose()
           
 Matrix Matrix.times(Matrix matrix)
           
static Matrix Matrix.identity(int m, int n)
           
 Matrix Matrix.inverse()
           
 

Methods in org.eclipse.birt.chart.internal.computations with parameters of type Matrix
 Matrix Matrix.times(Matrix matrix)
           
 

Constructors in org.eclipse.birt.chart.internal.computations with parameters of type Matrix
MatrixDecomposition(Matrix A)
           
 



Copyright © 2005-2007 Actuate Corp. All rights reserved.