Uses of Class
org.apache.commons.math3.linear.DiagonalMatrix

Packages that use DiagonalMatrix
org.apache.commons.math3.linear Linear algebra support. 
 

Uses of DiagonalMatrix in org.apache.commons.math3.linear
 

Methods in org.apache.commons.math3.linear that return DiagonalMatrix
 DiagonalMatrix DiagonalMatrix.add(DiagonalMatrix m)
          Compute the sum of this and m.
 DiagonalMatrix DiagonalMatrix.multiply(DiagonalMatrix m)
          Returns the result of postmultiplying this by m.
 DiagonalMatrix DiagonalMatrix.subtract(DiagonalMatrix m)
          Returns this minus m.
 

Methods in org.apache.commons.math3.linear with parameters of type DiagonalMatrix
 DiagonalMatrix DiagonalMatrix.add(DiagonalMatrix m)
          Compute the sum of this and m.
 SymmetricMatrix SymmetricMatrix.add(DiagonalMatrix m)
          Compute the sum of this and m.
 DiagonalMatrix DiagonalMatrix.multiply(DiagonalMatrix m)
          Returns the result of postmultiplying this by m.
 RealMatrix SymmetricMatrix.multiply(DiagonalMatrix m)
          Returns the result of postmultiplying this by m.
 DiagonalMatrix DiagonalMatrix.subtract(DiagonalMatrix m)
          Returns this minus m.
 SymmetricMatrix SymmetricMatrix.subtract(DiagonalMatrix m)
          Compute this minus m.
 



Copyright © 2017 CNES. All Rights Reserved.