A C D E G I L M O P Q S T Z

A

availableCoordinates() - Method in class org.ujmp.colt.ColtSparseDoubleMatrix2D
 

C

chol() - Method in class org.ujmp.colt.ColtDenseDoubleMatrix2D
 
ColtDenseDoubleMatrix2D - Class in org.ujmp.colt
 
ColtDenseDoubleMatrix2D(long...) - Constructor for class org.ujmp.colt.ColtDenseDoubleMatrix2D
 
ColtDenseDoubleMatrix2D(DoubleMatrix2D) - Constructor for class org.ujmp.colt.ColtDenseDoubleMatrix2D
 
ColtDenseDoubleMatrix2D(DenseDoubleMatrix2D) - Constructor for class org.ujmp.colt.ColtDenseDoubleMatrix2D
 
ColtDenseDoubleMatrix2D(Matrix) - Constructor for class org.ujmp.colt.ColtDenseDoubleMatrix2D
 
ColtDenseDoubleMatrix2DBenchmark - Class in org.ujmp.colt.benchmark
 
ColtDenseDoubleMatrix2DBenchmark() - Constructor for class org.ujmp.colt.benchmark.ColtDenseDoubleMatrix2DBenchmark
 
ColtDenseDoubleMatrix2DFactory - Class in org.ujmp.colt
 
ColtDenseDoubleMatrix2DFactory() - Constructor for class org.ujmp.colt.ColtDenseDoubleMatrix2DFactory
 
ColtSparseDoubleMatrix2D - Class in org.ujmp.colt
 
ColtSparseDoubleMatrix2D(long...) - Constructor for class org.ujmp.colt.ColtSparseDoubleMatrix2D
 
ColtSparseDoubleMatrix2D(SparseDoubleMatrix2D) - Constructor for class org.ujmp.colt.ColtSparseDoubleMatrix2D
 
ColtSparseDoubleMatrix2D(Matrix) - Constructor for class org.ujmp.colt.ColtSparseDoubleMatrix2D
 
ColtSparseDoubleMatrix2DBenchmark - Class in org.ujmp.colt.benchmark
 
ColtSparseDoubleMatrix2DBenchmark() - Constructor for class org.ujmp.colt.benchmark.ColtSparseDoubleMatrix2DBenchmark
 
contains(long...) - Method in class org.ujmp.colt.ColtSparseDoubleMatrix2D
 
copy() - Method in class org.ujmp.colt.ColtDenseDoubleMatrix2D
 
copy() - Method in class org.ujmp.colt.ColtSparseDoubleMatrix2D
 
createMatrix(long...) - Method in class org.ujmp.colt.benchmark.ColtDenseDoubleMatrix2DBenchmark
 
createMatrix(Matrix) - Method in class org.ujmp.colt.benchmark.ColtDenseDoubleMatrix2DBenchmark
 
createMatrix(long...) - Method in class org.ujmp.colt.benchmark.ColtSparseDoubleMatrix2DBenchmark
 
createMatrix(Matrix) - Method in class org.ujmp.colt.benchmark.ColtSparseDoubleMatrix2DBenchmark
 

D

divide(double) - Method in class org.ujmp.colt.ColtDenseDoubleMatrix2D
 

E

eig() - Method in class org.ujmp.colt.ColtDenseDoubleMatrix2D
 

G

getDependencies() - Method in class org.ujmp.colt.Plugin
 
getDescription() - Method in class org.ujmp.colt.Plugin
 
getDouble(long, long) - Method in class org.ujmp.colt.ColtDenseDoubleMatrix2D
 
getDouble(int, int) - Method in class org.ujmp.colt.ColtDenseDoubleMatrix2D
 
getDouble(long, long) - Method in class org.ujmp.colt.ColtSparseDoubleMatrix2D
 
getDouble(int, int) - Method in class org.ujmp.colt.ColtSparseDoubleMatrix2D
 
getFactory() - Method in class org.ujmp.colt.ColtDenseDoubleMatrix2D
 
getNeededClasses() - Method in class org.ujmp.colt.Plugin
 
getSize() - Method in class org.ujmp.colt.ColtDenseDoubleMatrix2D
 
getSize() - Method in class org.ujmp.colt.ColtSparseDoubleMatrix2D
 
getWrappedObject() - Method in class org.ujmp.colt.ColtDenseDoubleMatrix2D
 
getWrappedObject() - Method in class org.ujmp.colt.ColtSparseDoubleMatrix2D
 

I

inv() - Method in class org.ujmp.colt.ColtDenseDoubleMatrix2D
 
inv() - Method in class org.ujmp.colt.ColtSparseDoubleMatrix2D
 
invSPD() - Method in class org.ujmp.colt.ColtDenseDoubleMatrix2D
 

L

lu() - Method in class org.ujmp.colt.ColtDenseDoubleMatrix2D
 

M

main(String[]) - Static method in class org.ujmp.colt.benchmark.ColtDenseDoubleMatrix2DBenchmark
 
main(String[]) - Static method in class org.ujmp.colt.benchmark.ColtSparseDoubleMatrix2DBenchmark
 
minus(double) - Method in class org.ujmp.colt.ColtDenseDoubleMatrix2D
 
minus(Matrix) - Method in class org.ujmp.colt.ColtDenseDoubleMatrix2D
 
mtimes(Matrix) - Method in class org.ujmp.colt.ColtDenseDoubleMatrix2D
 
mtimes(Matrix) - Method in class org.ujmp.colt.ColtSparseDoubleMatrix2D
 

O

org.ujmp.colt - package org.ujmp.colt
 
org.ujmp.colt.benchmark - package org.ujmp.colt.benchmark
 

P

Plugin - Class in org.ujmp.colt
 
Plugin() - Constructor for class org.ujmp.colt.Plugin
 
plus(double) - Method in class org.ujmp.colt.ColtDenseDoubleMatrix2D
 
plus(Matrix) - Method in class org.ujmp.colt.ColtDenseDoubleMatrix2D
 
plus(double) - Method in class org.ujmp.colt.ColtSparseDoubleMatrix2D
 

Q

qr() - Method in class org.ujmp.colt.ColtDenseDoubleMatrix2D
 

S

setDouble(double, long, long) - Method in class org.ujmp.colt.ColtDenseDoubleMatrix2D
 
setDouble(double, int, int) - Method in class org.ujmp.colt.ColtDenseDoubleMatrix2D
 
setDouble(double, long, long) - Method in class org.ujmp.colt.ColtSparseDoubleMatrix2D
 
setDouble(double, int, int) - Method in class org.ujmp.colt.ColtSparseDoubleMatrix2D
 
setWrappedObject(DenseDoubleMatrix2D) - Method in class org.ujmp.colt.ColtDenseDoubleMatrix2D
 
setWrappedObject(SparseDoubleMatrix2D) - Method in class org.ujmp.colt.ColtSparseDoubleMatrix2D
 
solve(Matrix) - Method in class org.ujmp.colt.ColtDenseDoubleMatrix2D
 
solveSPD(Matrix) - Method in class org.ujmp.colt.ColtDenseDoubleMatrix2D
 
svd() - Method in class org.ujmp.colt.ColtDenseDoubleMatrix2D
 

T

times(double) - Method in class org.ujmp.colt.ColtDenseDoubleMatrix2D
 
times(double) - Method in class org.ujmp.colt.ColtSparseDoubleMatrix2D
 
transpose() - Method in class org.ujmp.colt.ColtDenseDoubleMatrix2D
 
transpose() - Method in class org.ujmp.colt.ColtSparseDoubleMatrix2D
 

Z

zeros(long, long) - Method in class org.ujmp.colt.ColtDenseDoubleMatrix2DFactory
 
zeros(long...) - Method in class org.ujmp.colt.ColtDenseDoubleMatrix2DFactory
 

A C D E G I L M O P Q S T Z

Copyright © 2010. All Rights Reserved.