A B C D E G H I K L M N O P Q R S T U V Z

D

det(Matrix) - Static method in class org.jmatrices.dbl.client.MatlabSyntax
 
det() - Method in class org.jmatrices.dbl.decomposition.LUDecomposition
Determinant
diag(Matrix) - Static method in class org.jmatrices.dbl.client.MatlabSyntax
 
diagEm(Matrix, int) - Static method in class org.jmatrices.dbl.client.MatlabSyntax
 
diagEx(Matrix, int) - Static method in class org.jmatrices.dbl.client.MatlabSyntax
 
diagonal(Matrix) - Static method in class org.jmatrices.dbl.transformer.MatrixTransformer
Column vector contatining the diagonal elements of the matrix x= 1 0 0 0 1 0 0 0 1 then y = diagonal(x) is 1 1 1
divide(Matrix, Matrix) - Static method in class org.jmatrices.dbl.client.MatlabSyntax
 
divide(Matrix, double) - Static method in class org.jmatrices.dbl.client.MatlabSyntax
 
divide(double, Matrix) - Static method in class org.jmatrices.dbl.client.MatlabSyntax
 
divideEBE(Matrix, Matrix) - Static method in class org.jmatrices.dbl.operator.MatrixOperator
Element-by-elemnt Matrix division

Matrices must be of the same dimensions!

dotProduct(Matrix, Matrix) - Static method in class org.jmatrices.dbl.measure.MatricesMeasure
The dot or scalar product expects two vectors

It basically does an element-by-element multiplication and sums the elements of the resulting matrix.

dotprod(Matrix, Matrix) - Static method in class org.jmatrices.dbl.client.MatlabSyntax
 

A B C D E G H I K L M N O P Q R S T U V Z