Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
X
Z
A
abs()
- Method in class org.jblas.
ComplexDouble
Return the absolute value
abs()
- Method in class org.jblas.
ComplexFloat
Return the absolute value
abs(DoubleMatrix)
- Static method in class org.jblas.
MatrixFunctions
Returns a copy of this matrix where all elements are set to their absolute values.
abs(double)
- Static method in class org.jblas.
MatrixFunctions
abs(FloatMatrix)
- Static method in class org.jblas.
MatrixFunctions
Returns a copy of this matrix where all elements are set to their absolute values.
abs(float)
- Static method in class org.jblas.
MatrixFunctions
absi(DoubleMatrix)
- Static method in class org.jblas.
MatrixFunctions
Sets all elements in this matrix to their absolute values.
absi(ComplexDoubleMatrix)
- Static method in class org.jblas.
MatrixFunctions
absi(FloatMatrix)
- Static method in class org.jblas.
MatrixFunctions
Sets all elements in this matrix to their absolute values.
absi(ComplexFloatMatrix)
- Static method in class org.jblas.
MatrixFunctions
acos(DoubleMatrix)
- Static method in class org.jblas.
MatrixFunctions
Returns a copy of this matrix where the trigonometric
acos
function is applied element wise.
acos(double)
- Static method in class org.jblas.
MatrixFunctions
acos(FloatMatrix)
- Static method in class org.jblas.
MatrixFunctions
Returns a copy of this matrix where the trigonometric
acos
function is applied element wise.
acos(float)
- Static method in class org.jblas.
MatrixFunctions
acosi(DoubleMatrix)
- Static method in class org.jblas.
MatrixFunctions
Applies the trigonometric
arccosine
function element wise on this matrix.
acosi(FloatMatrix)
- Static method in class org.jblas.
MatrixFunctions
Applies the trigonometric
arccosine
function element wise on this matrix.
add(ComplexDouble)
- Method in class org.jblas.
ComplexDouble
Add two complex numbers.
add(double)
- Method in class org.jblas.
ComplexDouble
Add a real number to a complex number.
add(ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
add(ComplexDouble)
- Method in class org.jblas.
ComplexDoubleMatrix
add(double)
- Method in class org.jblas.
ComplexDoubleMatrix
add(ComplexFloat)
- Method in class org.jblas.
ComplexFloat
Add two complex numbers.
add(float)
- Method in class org.jblas.
ComplexFloat
Add a real number to a complex number.
add(ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
add(ComplexFloat)
- Method in class org.jblas.
ComplexFloatMatrix
add(float)
- Method in class org.jblas.
ComplexFloatMatrix
add(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Add a matrix (in place).
add(double)
- Method in class org.jblas.
DoubleMatrix
Add a scalar.
add(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Add a matrix (in place).
add(float)
- Method in class org.jblas.
FloatMatrix
Add a scalar.
addColumnVector(ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
Add a vector to all columns of the matrix
addColumnVector(ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
Add a vector to all columns of the matrix
addColumnVector(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Add a vector to all columns of the matrix.
addColumnVector(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Add a vector to all columns of the matrix.
addi(ComplexDouble, ComplexDouble)
- Method in class org.jblas.
ComplexDouble
Add two complex numbers in-place
addi(ComplexDouble)
- Method in class org.jblas.
ComplexDouble
Add two complex numbers in-place storing the result in this.
addi(double, ComplexDouble)
- Method in class org.jblas.
ComplexDouble
Add a real number to a complex number in-place.
addi(double)
- Method in class org.jblas.
ComplexDouble
Add a real number to complex number in-place, storing the result in this.
addi(ComplexDoubleMatrix, ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
Add two matrices.
addi(ComplexDouble, ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
Add a scalar to a matrix.
addi(double, ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
addi(ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
Code for operators
addi(ComplexDouble)
- Method in class org.jblas.
ComplexDoubleMatrix
addi(double)
- Method in class org.jblas.
ComplexDoubleMatrix
addi(ComplexFloat, ComplexFloat)
- Method in class org.jblas.
ComplexFloat
Add two complex numbers in-place
addi(ComplexFloat)
- Method in class org.jblas.
ComplexFloat
Add two complex numbers in-place storing the result in this.
addi(float, ComplexFloat)
- Method in class org.jblas.
ComplexFloat
Add a real number to a complex number in-place.
addi(float)
- Method in class org.jblas.
ComplexFloat
Add a real number to complex number in-place, storing the result in this.
addi(ComplexFloatMatrix, ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
Add two matrices.
addi(ComplexFloat, ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
Add a scalar to a matrix.
addi(float, ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
addi(ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
Code for operators
addi(ComplexFloat)
- Method in class org.jblas.
ComplexFloatMatrix
addi(float)
- Method in class org.jblas.
ComplexFloatMatrix
addi(DoubleMatrix, DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Add two matrices (in-place).
addi(double, DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Add a scalar to a matrix (in-place).
addi(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Add a matrix (in place).
addi(double)
- Method in class org.jblas.
DoubleMatrix
Add a scalar (in place).
addi(FloatMatrix, FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Add two matrices (in-place).
addi(float, FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Add a scalar to a matrix (in-place).
addi(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Add a matrix (in place).
addi(float)
- Method in class org.jblas.
FloatMatrix
Add a scalar (in place).
addiColumnVector(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Add a vector to all columns of the matrix (in-place).
addiColumnVector(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Add a vector to all columns of the matrix (in-place).
addiRowVector(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Add a row vector to all rows of the matrix (in place).
addiRowVector(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Add a row vector to all rows of the matrix (in place).
addRowVector(ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
Add a row vector to all rows of the matrix
addRowVector(ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
Add a row vector to all rows of the matrix
addRowVector(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Add a row to all rows of the matrix.
addRowVector(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Add a row to all rows of the matrix.
all()
- Static method in class org.jblas.ranges.
RangeUtils
AllRange
- Class in
org.jblas.ranges
A range over all available indices.
AllRange()
- Constructor for class org.jblas.ranges.
AllRange
and(ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
and(ComplexDouble)
- Method in class org.jblas.
ComplexDoubleMatrix
and(double)
- Method in class org.jblas.
ComplexDoubleMatrix
and(ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
and(ComplexFloat)
- Method in class org.jblas.
ComplexFloatMatrix
and(float)
- Method in class org.jblas.
ComplexFloatMatrix
and(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Compute elementwise logical and.
and(double)
- Method in class org.jblas.
DoubleMatrix
Compute elementwise logical and against a scalar.
and(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Compute elementwise logical and.
and(float)
- Method in class org.jblas.
FloatMatrix
Compute elementwise logical and against a scalar.
andi(ComplexDoubleMatrix, ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
andi(ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
andi(ComplexDouble, ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
andi(double, ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
andi(ComplexDouble)
- Method in class org.jblas.
ComplexDoubleMatrix
andi(double)
- Method in class org.jblas.
ComplexDoubleMatrix
andi(ComplexFloatMatrix, ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
andi(ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
andi(ComplexFloat, ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
andi(float, ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
andi(ComplexFloat)
- Method in class org.jblas.
ComplexFloatMatrix
andi(float)
- Method in class org.jblas.
ComplexFloatMatrix
andi(DoubleMatrix, DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Compute elementwise logical and (in-place).
andi(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Compute elementwise logical and (in-place).
andi(double, DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Compute elementwise logical and against a scalar (in-place).
andi(double)
- Method in class org.jblas.
DoubleMatrix
Compute elementwise logical and against a scalar (in-place).
andi(FloatMatrix, FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Compute elementwise logical and (in-place).
andi(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Compute elementwise logical and (in-place).
andi(float, FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Compute elementwise logical and against a scalar (in-place).
andi(float)
- Method in class org.jblas.
FloatMatrix
Compute elementwise logical and against a scalar (in-place).
argmax()
- Method in class org.jblas.
DoubleMatrix
Returns the linear index of the maximal element of the matrix.
argmax()
- Method in class org.jblas.
FloatMatrix
Returns the linear index of the maximal element of the matrix.
argmin()
- Method in class org.jblas.
DoubleMatrix
Returns the linear index of the minimal element.
argmin()
- Method in class org.jblas.
FloatMatrix
Returns the linear index of the minimal element.
asin(DoubleMatrix)
- Static method in class org.jblas.
MatrixFunctions
asin(double)
- Static method in class org.jblas.
MatrixFunctions
asin(FloatMatrix)
- Static method in class org.jblas.
MatrixFunctions
asin(float)
- Static method in class org.jblas.
MatrixFunctions
asini(DoubleMatrix)
- Static method in class org.jblas.
MatrixFunctions
Applies the trigonometric
arcsine
function element wise on this matrix.
asini(FloatMatrix)
- Static method in class org.jblas.
MatrixFunctions
Applies the trigonometric
arcsine
function element wise on this matrix.
assertMultipliesWith(ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
assertMultipliesWith(ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
assertMultipliesWith(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Throws SizeException unless matrices can be multiplied with one another.
assertMultipliesWith(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Throws SizeException unless matrices can be multiplied with one another.
assertSameLength(ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
assertSameLength(ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
assertSameLength(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Throws SizeException unless matrices have the same length.
assertSameLength(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Throws SizeException unless matrices have the same length.
assertSameSize(ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
Assert that two matrices have the same size.
assertSameSize(ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
Assert that two matrices have the same size.
assertSameSize(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Throws SizeException unless two matrices have the same size.
assertSameSize(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Throws SizeException unless two matrices have the same size.
assertSquare()
- Method in class org.jblas.
ComplexDoubleMatrix
assertSquare()
- Method in class org.jblas.
ComplexFloatMatrix
assertSquare()
- Method in class org.jblas.
DoubleMatrix
Throw SizeException unless matrix is square.
assertSquare()
- Method in class org.jblas.
FloatMatrix
Throw SizeException unless matrix is square.
asum(DoubleMatrix)
- Static method in class org.jblas.
SimpleBlas
Compute || x ||_1 (1-norm, sum of absolute values)
asum(ComplexDoubleMatrix)
- Static method in class org.jblas.
SimpleBlas
asum(FloatMatrix)
- Static method in class org.jblas.
SimpleBlas
Compute || x ||_1 (1-norm, sum of absolute values)
asum(ComplexFloatMatrix)
- Static method in class org.jblas.
SimpleBlas
atan(DoubleMatrix)
- Static method in class org.jblas.
MatrixFunctions
atan(double)
- Static method in class org.jblas.
MatrixFunctions
atan(FloatMatrix)
- Static method in class org.jblas.
MatrixFunctions
atan(float)
- Static method in class org.jblas.
MatrixFunctions
atani(DoubleMatrix)
- Static method in class org.jblas.
MatrixFunctions
Applies the trigonometric
arctangend
function element wise on this matrix.
atani(FloatMatrix)
- Static method in class org.jblas.
MatrixFunctions
Applies the trigonometric
arctangend
function element wise on this matrix.
axpy(double, DoubleMatrix, DoubleMatrix)
- Static method in class org.jblas.
SimpleBlas
Compute y <- alpha * x + y (elementwise addition)
axpy(ComplexDouble, ComplexDoubleMatrix, ComplexDoubleMatrix)
- Static method in class org.jblas.
SimpleBlas
axpy(float, FloatMatrix, FloatMatrix)
- Static method in class org.jblas.
SimpleBlas
Compute y <- alpha * x + y (elementwise addition)
axpy(ComplexFloat, ComplexFloatMatrix, ComplexFloatMatrix)
- Static method in class org.jblas.
SimpleBlas
C
caxpy(int, ComplexFloat, float[], int, int, float[], int, int)
- Static method in class org.jblas.
NativeBlas
cbrt(DoubleMatrix)
- Static method in class org.jblas.
MatrixFunctions
cbrt(double)
- Static method in class org.jblas.
MatrixFunctions
cbrt(FloatMatrix)
- Static method in class org.jblas.
MatrixFunctions
cbrt(float)
- Static method in class org.jblas.
MatrixFunctions
cbrti(DoubleMatrix)
- Static method in class org.jblas.
MatrixFunctions
Applies the
cube root
function element wise on this matrix.
cbrti(FloatMatrix)
- Static method in class org.jblas.
MatrixFunctions
Applies the
cube root
function element wise on this matrix.
ccopy(int, float[], int, int, float[], int, int)
- Static method in class org.jblas.
NativeBlas
cdotc(int, float[], int, int, float[], int, int)
- Static method in class org.jblas.
NativeBlas
cdotu(int, float[], int, int, float[], int, int)
- Static method in class org.jblas.
NativeBlas
ceil(DoubleMatrix)
- Static method in class org.jblas.
MatrixFunctions
ceil(double)
- Static method in class org.jblas.
MatrixFunctions
ceil(FloatMatrix)
- Static method in class org.jblas.
MatrixFunctions
ceil(float)
- Static method in class org.jblas.
MatrixFunctions
ceili(DoubleMatrix)
- Static method in class org.jblas.
MatrixFunctions
Element-wise round up by applying the
ceil
function on each element.
ceili(FloatMatrix)
- Static method in class org.jblas.
MatrixFunctions
Element-wise round up by applying the
ceil
function on each element.
center(DoubleMatrix)
- Static method in class org.jblas.
Geometry
Center a vector (subtract mean from all elements (in-place).
center(FloatMatrix)
- Static method in class org.jblas.
Geometry
Center a vector (subtract mean from all elements (in-place).
centerColumns(DoubleMatrix)
- Static method in class org.jblas.
Geometry
Center the columns of a matrix (in-place).
centerColumns(FloatMatrix)
- Static method in class org.jblas.
Geometry
Center the columns of a matrix (in-place).
centerRows(DoubleMatrix)
- Static method in class org.jblas.
Geometry
Center the rows of a matrix (in-place).
centerRows(FloatMatrix)
- Static method in class org.jblas.
Geometry
Center the rows of a matrix (in-place).
cgbmv(char, int, int, int, int, ComplexFloat, float[], int, int, float[], int, int, ComplexFloat, float[], int, int)
- Static method in class org.jblas.
NativeBlas
cgeev(char, char, int, float[], int, int, float[], int, float[], int, int, float[], int, int, float[], int, int, float[], int)
- Static method in class org.jblas.
NativeBlas
cgeev(char, char, int, float[], int, int, float[], int, float[], int, int, float[], int, int, float[], int)
- Static method in class org.jblas.
NativeBlas
cgemm(char, char, int, int, int, ComplexFloat, float[], int, int, float[], int, int, ComplexFloat, float[], int, int)
- Static method in class org.jblas.
NativeBlas
cgemv(char, int, int, ComplexFloat, float[], int, int, float[], int, int, ComplexFloat, float[], int, int)
- Static method in class org.jblas.
NativeBlas
cgerc(int, int, ComplexFloat, float[], int, int, float[], int, int, float[], int, int)
- Static method in class org.jblas.
NativeBlas
cgeru(int, int, ComplexFloat, float[], int, int, float[], int, int, float[], int, int)
- Static method in class org.jblas.
NativeBlas
chbmv(char, int, int, ComplexFloat, float[], int, int, float[], int, int, ComplexFloat, float[], int, int)
- Static method in class org.jblas.
NativeBlas
check(String, boolean)
- Static method in class org.jblas.util.
SanityChecks
checkColumns(int)
- Method in class org.jblas.
DoubleMatrix
Asserts that the amtrix has a certain number of columns.
checkColumns(int)
- Method in class org.jblas.
FloatMatrix
Asserts that the amtrix has a certain number of columns.
checkLength(int)
- Method in class org.jblas.
DoubleMatrix
Assert that the matrix has a certain length.
checkLength(int)
- Method in class org.jblas.
FloatMatrix
Assert that the matrix has a certain length.
checkMatrixMultiplication()
- Static method in class org.jblas.util.
SanityChecks
checkRows(int)
- Method in class org.jblas.
DoubleMatrix
Asserts that the matrix has a certain number of rows.
checkRows(int)
- Method in class org.jblas.
FloatMatrix
Asserts that the matrix has a certain number of rows.
checksFailed
- Static variable in class org.jblas.util.
SanityChecks
checkVectorAddition()
- Static method in class org.jblas.util.
SanityChecks
checkXerbla()
- Static method in class org.jblas.util.
SanityChecks
chemm(char, char, int, int, ComplexFloat, float[], int, int, float[], int, int, ComplexFloat, float[], int, int)
- Static method in class org.jblas.
NativeBlas
chemv(char, int, ComplexFloat, float[], int, int, float[], int, int, ComplexFloat, float[], int, int)
- Static method in class org.jblas.
NativeBlas
cher(char, int, float, float[], int, int, float[], int, int)
- Static method in class org.jblas.
NativeBlas
cher2(char, int, ComplexFloat, float[], int, int, float[], int, int, float[], int, int)
- Static method in class org.jblas.
NativeBlas
cher2k(char, char, int, int, ComplexFloat, float[], int, int, float[], int, int, float, float[], int, int)
- Static method in class org.jblas.
NativeBlas
cherk(char, char, int, int, float, float[], int, int, float, float[], int, int)
- Static method in class org.jblas.
NativeBlas
cholesky(DoubleMatrix)
- Static method in class org.jblas.
Decompose
Compute Cholesky decomposition of A
chpmv(char, int, ComplexFloat, float[], int, float[], int, int, ComplexFloat, float[], int, int)
- Static method in class org.jblas.
NativeBlas
chpr(char, int, float, float[], int, int, float[], int)
- Static method in class org.jblas.
NativeBlas
chpr2(char, int, ComplexFloat, float[], int, int, float[], int, int, float[], int)
- Static method in class org.jblas.
NativeBlas
columnArgmaxs()
- Method in class org.jblas.
DoubleMatrix
Return index of minimal element per column.
columnArgmaxs()
- Method in class org.jblas.
FloatMatrix
Return index of minimal element per column.
columnArgmins()
- Method in class org.jblas.
DoubleMatrix
Return index of minimal element per column.
columnArgmins()
- Method in class org.jblas.
FloatMatrix
Return index of minimal element per column.
columnMaxs()
- Method in class org.jblas.
DoubleMatrix
Return column-wise maximums.
columnMaxs()
- Method in class org.jblas.
FloatMatrix
Return column-wise maximums.
columnMeans()
- Method in class org.jblas.
ComplexDoubleMatrix
columnMeans()
- Method in class org.jblas.
ComplexFloatMatrix
columnMeans()
- Method in class org.jblas.
DoubleMatrix
Return a vector containing the means of all columns.
columnMeans()
- Method in class org.jblas.
FloatMatrix
Return a vector containing the means of all columns.
columnMins()
- Method in class org.jblas.
DoubleMatrix
Return column-wise minimums.
columnMins()
- Method in class org.jblas.
FloatMatrix
Return column-wise minimums.
columns
- Variable in class org.jblas.
ComplexDoubleMatrix
columns
- Variable in class org.jblas.
ComplexFloatMatrix
columns
- Variable in class org.jblas.
DoubleMatrix
Number of columns.
columns
- Variable in class org.jblas.
FloatMatrix
Number of columns.
columnsAsList()
- Method in class org.jblas.
DoubleMatrix
columnsAsList()
- Method in class org.jblas.
FloatMatrix
columnSortingPermutations()
- Method in class org.jblas.
DoubleMatrix
Return matrix of indices which sort all columns.
columnSortingPermutations()
- Method in class org.jblas.
FloatMatrix
Return matrix of indices which sort all columns.
columnSums()
- Method in class org.jblas.
ComplexDoubleMatrix
Return a vector containing the sums of the columns (having number of columns many entries)
columnSums()
- Method in class org.jblas.
ComplexFloatMatrix
Return a vector containing the sums of the columns (having number of columns many entries)
columnSums()
- Method in class org.jblas.
DoubleMatrix
Return a vector containing the sums of the columns (having number of columns many entries)
columnSums()
- Method in class org.jblas.
FloatMatrix
Return a vector containing the sums of the columns (having number of columns many entries)
ComplexDouble
- Class in
org.jblas
A complex value with double precision.
ComplexDouble(double, double)
- Constructor for class org.jblas.
ComplexDouble
ComplexDouble(double)
- Constructor for class org.jblas.
ComplexDouble
ComplexDoubleMatrix
- Class in
org.jblas
ComplexDoubleMatrix(int, int, double...)
- Constructor for class org.jblas.
ComplexDoubleMatrix
Create a new matrix with
newRows
rows,
newColumns
columns using
newData>
as the data.
ComplexDoubleMatrix(int, int)
- Constructor for class org.jblas.
ComplexDoubleMatrix
Creates a new
n
times
m
ComplexDoubleMatrix
.
ComplexDoubleMatrix()
- Constructor for class org.jblas.
ComplexDoubleMatrix
Creates a new
ComplexDoubleMatrix
of size 0 times 0.
ComplexDoubleMatrix(int)
- Constructor for class org.jblas.
ComplexDoubleMatrix
Create a Matrix of length
len
.
ComplexDoubleMatrix(double[])
- Constructor for class org.jblas.
ComplexDoubleMatrix
ComplexDoubleMatrix(ComplexDouble[])
- Constructor for class org.jblas.
ComplexDoubleMatrix
ComplexDoubleMatrix(DoubleMatrix)
- Constructor for class org.jblas.
ComplexDoubleMatrix
Construct a complex matrix from a real matrix.
ComplexDoubleMatrix(DoubleMatrix, DoubleMatrix)
- Constructor for class org.jblas.
ComplexDoubleMatrix
Construct a complex matrix from separate real and imaginary parts.
ComplexDoubleMatrix(String)
- Constructor for class org.jblas.
ComplexDoubleMatrix
Creates a new matrix by reading it from a file.
ComplexDoubleMatrix(double[][])
- Constructor for class org.jblas.
ComplexDoubleMatrix
Creates a new
n
times
m
ComplexDoubleMatrix
from the given
n
times
m
2D data array.
ComplexFloat
- Class in
org.jblas
A complex value with float precision.
ComplexFloat(float, float)
- Constructor for class org.jblas.
ComplexFloat
ComplexFloat(float)
- Constructor for class org.jblas.
ComplexFloat
ComplexFloatMatrix
- Class in
org.jblas
ComplexFloatMatrix(int, int, float...)
- Constructor for class org.jblas.
ComplexFloatMatrix
Create a new matrix with
newRows
rows,
newColumns
columns using
newData>
as the data.
ComplexFloatMatrix(int, int)
- Constructor for class org.jblas.
ComplexFloatMatrix
Creates a new
n
times
m
ComplexFloatMatrix
.
ComplexFloatMatrix()
- Constructor for class org.jblas.
ComplexFloatMatrix
Creates a new
ComplexFloatMatrix
of size 0 times 0.
ComplexFloatMatrix(int)
- Constructor for class org.jblas.
ComplexFloatMatrix
Create a Matrix of length
len
.
ComplexFloatMatrix(float[])
- Constructor for class org.jblas.
ComplexFloatMatrix
ComplexFloatMatrix(ComplexFloat[])
- Constructor for class org.jblas.
ComplexFloatMatrix
ComplexFloatMatrix(FloatMatrix)
- Constructor for class org.jblas.
ComplexFloatMatrix
Construct a complex matrix from a real matrix.
ComplexFloatMatrix(FloatMatrix, FloatMatrix)
- Constructor for class org.jblas.
ComplexFloatMatrix
Construct a complex matrix from separate real and imaginary parts.
ComplexFloatMatrix(String)
- Constructor for class org.jblas.
ComplexFloatMatrix
Creates a new matrix by reading it from a file.
ComplexFloatMatrix(float[][])
- Constructor for class org.jblas.
ComplexFloatMatrix
Creates a new
n
times
m
ComplexFloatMatrix
from the given
n
times
m
2D data array.
compute(double)
- Method in interface org.jblas.
DoubleFunction
Compute the function.
compute(float)
- Method in interface org.jblas.
FloatFunction
Compute the function.
concatHorizontally(ComplexDoubleMatrix, ComplexDoubleMatrix)
- Static method in class org.jblas.
ComplexDoubleMatrix
concatHorizontally(ComplexFloatMatrix, ComplexFloatMatrix)
- Static method in class org.jblas.
ComplexFloatMatrix
concatHorizontally(DoubleMatrix, DoubleMatrix)
- Static method in class org.jblas.
DoubleMatrix
Concatenates two matrices horizontally.
concatHorizontally(FloatMatrix, FloatMatrix)
- Static method in class org.jblas.
FloatMatrix
Concatenates two matrices horizontally.
concatVertically(ComplexDoubleMatrix, ComplexDoubleMatrix)
- Static method in class org.jblas.
ComplexDoubleMatrix
concatVertically(ComplexFloatMatrix, ComplexFloatMatrix)
- Static method in class org.jblas.
ComplexFloatMatrix
concatVertically(DoubleMatrix, DoubleMatrix)
- Static method in class org.jblas.
DoubleMatrix
Concatenates two matrices vertically.
concatVertically(FloatMatrix, FloatMatrix)
- Static method in class org.jblas.
FloatMatrix
Concatenates two matrices vertically.
conj()
- Method in class org.jblas.
ComplexDouble
conj()
- Method in class org.jblas.
ComplexFloat
conji()
- Method in class org.jblas.
ComplexDouble
conji()
- Method in class org.jblas.
ComplexDoubleMatrix
conji()
- Method in class org.jblas.
ComplexFloat
conji()
- Method in class org.jblas.
ComplexFloatMatrix
ConvertsToDoubleMatrix
- Interface in
org.jblas
ConvertsToFloatMatrix
- Interface in
org.jblas
convertToDoubleMatrix()
- Method in interface org.jblas.
ConvertsToDoubleMatrix
convertToDoubleMatrix()
- Method in class org.jblas.
DoubleMatrix.ColumnsAsListView
convertToDoubleMatrix()
- Method in class org.jblas.
DoubleMatrix.ElementsAsListView
convertToDoubleMatrix()
- Method in class org.jblas.
DoubleMatrix.RowsAsListView
convertToFloatMatrix()
- Method in interface org.jblas.
ConvertsToFloatMatrix
convertToFloatMatrix()
- Method in class org.jblas.
FloatMatrix.ColumnsAsListView
convertToFloatMatrix()
- Method in class org.jblas.
FloatMatrix.ElementsAsListView
convertToFloatMatrix()
- Method in class org.jblas.
FloatMatrix.RowsAsListView
copy(ComplexDouble)
- Method in class org.jblas.
ComplexDouble
copy(ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
Copy ComplexDoubleMatrix a to this.
copy(ComplexFloat)
- Method in class org.jblas.
ComplexFloat
copy(ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
Copy ComplexFloatMatrix a to this.
copy(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Copy DoubleMatrix a to this.
copy(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Copy FloatMatrix a to this.
copy(DoubleMatrix, DoubleMatrix)
- Static method in class org.jblas.
SimpleBlas
Compute y <- x (copy a matrix)
copy(ComplexDoubleMatrix, ComplexDoubleMatrix)
- Static method in class org.jblas.
SimpleBlas
copy(FloatMatrix, FloatMatrix)
- Static method in class org.jblas.
SimpleBlas
Compute y <- x (copy a matrix)
copy(ComplexFloatMatrix, ComplexFloatMatrix)
- Static method in class org.jblas.
SimpleBlas
cos(DoubleMatrix)
- Static method in class org.jblas.
MatrixFunctions
cos(double)
- Static method in class org.jblas.
MatrixFunctions
cos(FloatMatrix)
- Static method in class org.jblas.
MatrixFunctions
cos(float)
- Static method in class org.jblas.
MatrixFunctions
cosh(DoubleMatrix)
- Static method in class org.jblas.
MatrixFunctions
cosh(double)
- Static method in class org.jblas.
MatrixFunctions
cosh(FloatMatrix)
- Static method in class org.jblas.
MatrixFunctions
cosh(float)
- Static method in class org.jblas.
MatrixFunctions
coshi(DoubleMatrix)
- Static method in class org.jblas.
MatrixFunctions
Applies the
hyperbolic cosine
function element-wise on this matrix.
coshi(FloatMatrix)
- Static method in class org.jblas.
MatrixFunctions
Applies the
hyperbolic cosine
function element-wise on this matrix.
cosi(DoubleMatrix)
- Static method in class org.jblas.
MatrixFunctions
Applies the
cosine
function element-wise on this matrix.
cosi(FloatMatrix)
- Static method in class org.jblas.
MatrixFunctions
Applies the
cosine
function element-wise on this matrix.
crotg(ComplexFloat, ComplexFloat, float, ComplexFloat)
- Static method in class org.jblas.
NativeBlas
cscal(int, ComplexFloat, float[], int, int)
- Static method in class org.jblas.
NativeBlas
csrot(int, float[], int, int, float[], int, int, float, float)
- Static method in class org.jblas.
NativeBlas
csscal(int, float, float[], int, int)
- Static method in class org.jblas.
NativeBlas
cswap(int, float[], int, int, float[], int, int)
- Static method in class org.jblas.
NativeBlas
csymm(char, char, int, int, ComplexFloat, float[], int, int, float[], int, int, ComplexFloat, float[], int, int)
- Static method in class org.jblas.
NativeBlas
csyr2k(char, char, int, int, ComplexFloat, float[], int, int, float[], int, int, ComplexFloat, float[], int, int)
- Static method in class org.jblas.
NativeBlas
csyrk(char, char, int, int, ComplexFloat, float[], int, int, ComplexFloat, float[], int, int)
- Static method in class org.jblas.
NativeBlas
ctbmv(char, char, char, int, int, float[], int, int, float[], int, int)
- Static method in class org.jblas.
NativeBlas
ctbsv(char, char, char, int, int, float[], int, int, float[], int, int)
- Static method in class org.jblas.
NativeBlas
ctpmv(char, char, char, int, float[], int, float[], int, int)
- Static method in class org.jblas.
NativeBlas
ctpsv(char, char, char, int, float[], int, float[], int, int)
- Static method in class org.jblas.
NativeBlas
ctrmm(char, char, char, char, int, int, ComplexFloat, float[], int, int, float[], int, int)
- Static method in class org.jblas.
NativeBlas
ctrmv(char, char, char, int, float[], int, int, float[], int, int)
- Static method in class org.jblas.
NativeBlas
ctrsm(char, char, char, char, int, int, ComplexFloat, float[], int, int, float[], int, int)
- Static method in class org.jblas.
NativeBlas
ctrsv(char, char, char, int, float[], int, int, float[], int, int)
- Static method in class org.jblas.
NativeBlas
cumulativeSum()
- Method in class org.jblas.
DoubleMatrix
Computes the cumulative sum, that is, the sum of all elements of the matrix up to a given index in linear addressing.
cumulativeSum()
- Method in class org.jblas.
FloatMatrix
Computes the cumulative sum, that is, the sum of all elements of the matrix up to a given index in linear addressing.
cumulativeSumi()
- Method in class org.jblas.
DoubleMatrix
Computes the cumulative sum, that is, the sum of all elements of the matrix up to a given index in linear addressing (in-place).
cumulativeSumi()
- Method in class org.jblas.
FloatMatrix
Computes the cumulative sum, that is, the sum of all elements of the matrix up to a given index in linear addressing (in-place).
D
dasum(int, double[], int, int)
- Static method in class org.jblas.
NativeBlas
data
- Variable in class org.jblas.
ComplexDoubleMatrix
data
- Variable in class org.jblas.
ComplexFloatMatrix
data
- Variable in class org.jblas.
DoubleMatrix
The actual data stored by rows (that is, row 0, row 1...).
data
- Variable in class org.jblas.
FloatMatrix
The actual data stored by rows (that is, row 0, row 1...).
daxpy(int, double, double[], int, int, double[], int, int)
- Static method in class org.jblas.
NativeBlas
dcabs1(ComplexDouble)
- Static method in class org.jblas.
NativeBlas
dcopy(int, double[], int, int, double[], int, int)
- Static method in class org.jblas.
NativeBlas
ddot(int, double[], int, int, double[], int, int)
- Static method in class org.jblas.
NativeBlas
Decompose
- Class in
org.jblas
Matrix which collects all kinds of decompositions.
Decompose()
- Constructor for class org.jblas.
Decompose
Decompose.LUDecomposition
<
T
> - Class in
org.jblas
Decompose.LUDecomposition(T, T, T)
- Constructor for class org.jblas.
Decompose.LUDecomposition
dgbmv(char, int, int, int, int, double, double[], int, int, double[], int, int, double, double[], int, int)
- Static method in class org.jblas.
NativeBlas
dgeev(char, char, int, double[], int, int, double[], int, double[], int, double[], int, int, double[], int, int, double[], int, int)
- Static method in class org.jblas.
NativeBlas
dgeev(char, char, int, double[], int, int, double[], int, double[], int, double[], int, int, double[], int, int)
- Static method in class org.jblas.
NativeBlas
dgemm(char, char, int, int, int, double, double[], int, int, double[], int, int, double, double[], int, int)
- Static method in class org.jblas.
NativeBlas
dgemv(char, int, int, double, double[], int, int, double[], int, int, double, double[], int, int)
- Static method in class org.jblas.
NativeBlas
dger(int, int, double, double[], int, int, double[], int, int, double[], int, int)
- Static method in class org.jblas.
NativeBlas
dgesv(int, int, double[], int, int, int[], int, double[], int, int)
- Static method in class org.jblas.
NativeBlas
dgetrf(int, int, double[], int, int, int[], int)
- Static method in class org.jblas.
NativeBlas
diag(ComplexDoubleMatrix)
- Static method in class org.jblas.
ComplexDoubleMatrix
Creates a new matrix where the values of the given vector are the diagonal values of the matrix.
diag()
- Method in class org.jblas.
ComplexDoubleMatrix
Get diagonal of the matrix.
diag(ComplexFloatMatrix)
- Static method in class org.jblas.
ComplexFloatMatrix
Creates a new matrix where the values of the given vector are the diagonal values of the matrix.
diag()
- Method in class org.jblas.
ComplexFloatMatrix
Get diagonal of the matrix.
diag(DoubleMatrix)
- Static method in class org.jblas.
DoubleMatrix
Creates a new matrix where the values of the given vector are the diagonal values of the matrix.
diag()
- Method in class org.jblas.
DoubleMatrix
Returns the diagonal of the matrix.
diag(FloatMatrix)
- Static method in class org.jblas.
FloatMatrix
Creates a new matrix where the values of the given vector are the diagonal values of the matrix.
diag()
- Method in class org.jblas.
FloatMatrix
Returns the diagonal of the matrix.
div(ComplexDouble)
- Method in class org.jblas.
ComplexDouble
Divide two complex numbers
div(double)
- Method in class org.jblas.
ComplexDouble
div(ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
div(ComplexDouble)
- Method in class org.jblas.
ComplexDoubleMatrix
div(double)
- Method in class org.jblas.
ComplexDoubleMatrix
div(ComplexFloat)
- Method in class org.jblas.
ComplexFloat
Divide two complex numbers
div(float)
- Method in class org.jblas.
ComplexFloat
div(ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
div(ComplexFloat)
- Method in class org.jblas.
ComplexFloatMatrix
div(float)
- Method in class org.jblas.
ComplexFloatMatrix
div(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Elementwise divide by a matrix (in place).
div(double)
- Method in class org.jblas.
DoubleMatrix
Elementwise divide by a scalar.
div(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Elementwise divide by a matrix (in place).
div(float)
- Method in class org.jblas.
FloatMatrix
Elementwise divide by a scalar.
divColumnVector(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
divColumnVector(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
divi(ComplexDouble, ComplexDouble)
- Method in class org.jblas.
ComplexDouble
Divide two complex numbers, in-place
divi(ComplexDouble)
- Method in class org.jblas.
ComplexDouble
divi(double, ComplexDouble)
- Method in class org.jblas.
ComplexDouble
divi(double)
- Method in class org.jblas.
ComplexDouble
divi(ComplexDoubleMatrix, ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
(Elementwise) division
divi(ComplexDouble, ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
(Elementwise) division with a scalar
divi(double, ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
divi(ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
divi(ComplexDouble)
- Method in class org.jblas.
ComplexDoubleMatrix
divi(double)
- Method in class org.jblas.
ComplexDoubleMatrix
divi(ComplexFloat, ComplexFloat)
- Method in class org.jblas.
ComplexFloat
Divide two complex numbers, in-place
divi(ComplexFloat)
- Method in class org.jblas.
ComplexFloat
divi(float, ComplexFloat)
- Method in class org.jblas.
ComplexFloat
divi(float)
- Method in class org.jblas.
ComplexFloat
divi(ComplexFloatMatrix, ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
(Elementwise) division
divi(ComplexFloat, ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
(Elementwise) division with a scalar
divi(float, ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
divi(ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
divi(ComplexFloat)
- Method in class org.jblas.
ComplexFloatMatrix
divi(float)
- Method in class org.jblas.
ComplexFloatMatrix
divi(DoubleMatrix, DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Elementwise division (in-place).
divi(double, DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Elementwise division with a scalar (in-place).
divi(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Elementwise divide by a matrix (in place).
divi(double)
- Method in class org.jblas.
DoubleMatrix
Elementwise divide by a scalar (in place).
divi(FloatMatrix, FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Elementwise division (in-place).
divi(float, FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Elementwise division with a scalar (in-place).
divi(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Elementwise divide by a matrix (in place).
divi(float)
- Method in class org.jblas.
FloatMatrix
Elementwise divide by a scalar (in place).
diviColumnVector(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
diviColumnVector(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
diviRowVector(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
diviRowVector(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
divRowVector(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
divRowVector(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
dnrm2(int, double[], int, int)
- Static method in class org.jblas.
NativeBlas
dot(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
The scalar product of this with other.
dot(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
The scalar product of this with other.
dot(DoubleMatrix, DoubleMatrix)
- Static method in class org.jblas.
SimpleBlas
Compute x^T * y (dot product)
dot(FloatMatrix, FloatMatrix)
- Static method in class org.jblas.
SimpleBlas
Compute x^T * y (dot product)
dotc(ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
dotc(ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
dotc(ComplexDoubleMatrix, ComplexDoubleMatrix)
- Static method in class org.jblas.
SimpleBlas
Compute x^T * y (dot product)
dotc(ComplexFloatMatrix, ComplexFloatMatrix)
- Static method in class org.jblas.
SimpleBlas
Compute x^T * y (dot product)
dotu(ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
dotu(ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
dotu(ComplexDoubleMatrix, ComplexDoubleMatrix)
- Static method in class org.jblas.
SimpleBlas
Compute x^T * y (dot product)
dotu(ComplexFloatMatrix, ComplexFloatMatrix)
- Static method in class org.jblas.
SimpleBlas
Compute x^T * y (dot product)
DoubleFunction
- Interface in
org.jblas
Represents a function on doubles.
DoubleMatrix
- Class in
org.jblas
A general matrix class for
double
typed values.
DoubleMatrix(int, int, double...)
- Constructor for class org.jblas.
DoubleMatrix
Create a new matrix with
newRows
rows,
newColumns
columns using
newData>
as the data.
DoubleMatrix(int, int)
- Constructor for class org.jblas.
DoubleMatrix
Creates a new
n
times
m
DoubleMatrix
.
DoubleMatrix()
- Constructor for class org.jblas.
DoubleMatrix
Creates a new
DoubleMatrix
of size 0 times 0.
DoubleMatrix(int)
- Constructor for class org.jblas.
DoubleMatrix
Create a Matrix of length
len
.
DoubleMatrix(double[])
- Constructor for class org.jblas.
DoubleMatrix
DoubleMatrix(String)
- Constructor for class org.jblas.
DoubleMatrix
Creates a new matrix by reading it from a file.
DoubleMatrix(double[][])
- Constructor for class org.jblas.
DoubleMatrix
Creates a new
n
times
m
DoubleMatrix
from the given
n
times
m
2D data array.
DoubleMatrix.ColumnsAsListView
- Class in
org.jblas
DoubleMatrix.ColumnsAsListView(DoubleMatrix)
- Constructor for class org.jblas.
DoubleMatrix.ColumnsAsListView
DoubleMatrix.ElementsAsListView
- Class in
org.jblas
A wrapper which allows to view a matrix as a List of Doubles (read-only!).
DoubleMatrix.ElementsAsListView(DoubleMatrix)
- Constructor for class org.jblas.
DoubleMatrix.ElementsAsListView
DoubleMatrix.RowsAsListView
- Class in
org.jblas
DoubleMatrix.RowsAsListView(DoubleMatrix)
- Constructor for class org.jblas.
DoubleMatrix.RowsAsListView
doubleToFloat(DoubleMatrix)
- Static method in class org.jblas.
MatrixFunctions
dposv(char, int, int, double[], int, int, double[], int, int)
- Static method in class org.jblas.
NativeBlas
dpotrf(char, int, double[], int, int)
- Static method in class org.jblas.
NativeBlas
drot(int, double[], int, int, double[], int, int, double, double)
- Static method in class org.jblas.
NativeBlas
drotg(double, double, double, double)
- Static method in class org.jblas.
NativeBlas
drotm(int, double[], int, int, double[], int, int, double[], int)
- Static method in class org.jblas.
NativeBlas
drotmg(double[], int, double[], int, double[], int, double, double[], int)
- Static method in class org.jblas.
NativeBlas
dsbmv(char, int, int, double, double[], int, int, double[], int, int, double, double[], int, int)
- Static method in class org.jblas.
NativeBlas
dscal(int, double, double[], int, int)
- Static method in class org.jblas.
NativeBlas
dspmv(char, int, double, double[], int, double[], int, int, double, double[], int, int)
- Static method in class org.jblas.
NativeBlas
dspr(char, int, double, double[], int, int, double[], int)
- Static method in class org.jblas.
NativeBlas
dspr2(char, int, double, double[], int, int, double[], int, int, double[], int)
- Static method in class org.jblas.
NativeBlas
dswap(int, double[], int, int, double[], int, int)
- Static method in class org.jblas.
NativeBlas
dsyev(char, char, int, double[], int, int, double[], int, double[], int, int)
- Static method in class org.jblas.
NativeBlas
dsyev(char, char, int, double[], int, int, double[], int)
- Static method in class org.jblas.
NativeBlas
dsyevd(char, char, int, double[], int, int, double[], int, double[], int, int, int[], int, int)
- Static method in class org.jblas.
NativeBlas
dsyevd(char, char, int, double[], int, int, double[], int)
- Static method in class org.jblas.
NativeBlas
dsyevr(char, char, char, int, double[], int, int, double, double, int, int, double, int[], int, double[], int, double[], int, int, int[], int, double[], int, int, int[], int, int)
- Static method in class org.jblas.
NativeBlas
dsyevr(char, char, char, int, double[], int, int, double, double, int, int, double, int[], int, double[], int, double[], int, int, int[], int)
- Static method in class org.jblas.
NativeBlas
dsyevx(char, char, char, int, double[], int, int, double, double, int, int, double, int[], int, double[], int, double[], int, int, double[], int, int, int[], int, int[], int)
- Static method in class org.jblas.
NativeBlas
dsyevx(char, char, char, int, double[], int, int, double, double, int, int, double, int[], int, double[], int, double[], int, int, int[], int, int[], int)
- Static method in class org.jblas.
NativeBlas
dsymm(char, char, int, int, double, double[], int, int, double[], int, int, double, double[], int, int)
- Static method in class org.jblas.
NativeBlas
dsymv(char, int, double, double[], int, int, double[], int, int, double, double[], int, int)
- Static method in class org.jblas.
NativeBlas
dsyr(char, int, double, double[], int, int, double[], int, int)
- Static method in class org.jblas.
NativeBlas
dsyr2(char, int, double, double[], int, int, double[], int, int, double[], int, int)
- Static method in class org.jblas.
NativeBlas
dsyr2k(char, char, int, int, double, double[], int, int, double[], int, int, double, double[], int, int)
- Static method in class org.jblas.
NativeBlas
dsyrk(char, char, int, int, double, double[], int, int, double, double[], int, int)
- Static method in class org.jblas.
NativeBlas
dsysv(char, int, int, double[], int, int, int[], int, double[], int, int, double[], int, int)
- Static method in class org.jblas.
NativeBlas
dsysv(char, int, int, double[], int, int, int[], int, double[], int, int)
- Static method in class org.jblas.
NativeBlas
dtbmv(char, char, char, int, int, double[], int, int, double[], int, int)
- Static method in class org.jblas.
NativeBlas
dtbsv(char, char, char, int, int, double[], int, int, double[], int, int)
- Static method in class org.jblas.
NativeBlas
dtpmv(char, char, char, int, double[], int, double[], int, int)
- Static method in class org.jblas.
NativeBlas
dtpsv(char, char, char, int, double[], int, double[], int, int)
- Static method in class org.jblas.
NativeBlas
dtrmm(char, char, char, char, int, int, double, double[], int, int, double[], int, int)
- Static method in class org.jblas.
NativeBlas
dtrmv(char, char, char, int, double[], int, int, double[], int, int)
- Static method in class org.jblas.
NativeBlas
dtrsm(char, char, char, char, int, int, double, double[], int, int, double[], int, int)
- Static method in class org.jblas.
NativeBlas
dtrsv(char, char, char, int, double[], int, int, double[], int, int)
- Static method in class org.jblas.
NativeBlas
dup()
- Method in class org.jblas.
ComplexDouble
dup()
- Method in class org.jblas.
ComplexDoubleMatrix
Returns a duplicate of this matrix.
dup()
- Method in class org.jblas.
ComplexFloat
dup()
- Method in class org.jblas.
ComplexFloatMatrix
Returns a duplicate of this matrix.
dup()
- Method in class org.jblas.
DoubleMatrix
Returns a duplicate of this matrix.
dup()
- Method in class org.jblas.
FloatMatrix
Returns a duplicate of this matrix.
dzasum(int, double[], int, int)
- Static method in class org.jblas.
NativeBlas
dznrm2(int, double[], int, int)
- Static method in class org.jblas.
NativeBlas
E
Eigen
- Class in
org.jblas
Eigenvalue and Eigenvector related functions.
Eigen()
- Constructor for class org.jblas.
Eigen
eigenvalues(DoubleMatrix)
- Static method in class org.jblas.
Eigen
Computes the eigenvalues of a general matrix.
eigenvalues(FloatMatrix)
- Static method in class org.jblas.
Eigen
Computes the eigenvalues of a general matrix.
eigenvectors(DoubleMatrix)
- Static method in class org.jblas.
Eigen
Computes the eigenvalues and eigenvectors of a general matrix.
eigenvectors(FloatMatrix)
- Static method in class org.jblas.
Eigen
Computes the eigenvalues and eigenvectors of a general matrix.
elementsAsList()
- Method in class org.jblas.
DoubleMatrix
elementsAsList()
- Method in class org.jblas.
FloatMatrix
EMPTY
- Static variable in class org.jblas.
DoubleMatrix
EMPTY
- Static variable in class org.jblas.
FloatMatrix
eq(ComplexDouble)
- Method in class org.jblas.
ComplexDouble
eq(ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
eq(ComplexDouble)
- Method in class org.jblas.
ComplexDoubleMatrix
eq(double)
- Method in class org.jblas.
ComplexDoubleMatrix
eq(ComplexFloat)
- Method in class org.jblas.
ComplexFloat
eq(ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
eq(ComplexFloat)
- Method in class org.jblas.
ComplexFloatMatrix
eq(float)
- Method in class org.jblas.
ComplexFloatMatrix
eq(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Test for equality.
eq(double)
- Method in class org.jblas.
DoubleMatrix
test for equality against a scalar.
eq(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Test for equality.
eq(float)
- Method in class org.jblas.
FloatMatrix
test for equality against a scalar.
eqi(ComplexDoubleMatrix, ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
eqi(ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
eqi(ComplexDouble, ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
eqi(double, ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
eqi(ComplexDouble)
- Method in class org.jblas.
ComplexDoubleMatrix
eqi(double)
- Method in class org.jblas.
ComplexDoubleMatrix
eqi(ComplexFloatMatrix, ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
eqi(ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
eqi(ComplexFloat, ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
eqi(float, ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
eqi(ComplexFloat)
- Method in class org.jblas.
ComplexFloatMatrix
eqi(float)
- Method in class org.jblas.
ComplexFloatMatrix
eqi(DoubleMatrix, DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Test for equality (in-place).
eqi(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Test for equality (in-place).
eqi(double, DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Test for equality against a scalar (in-place).
eqi(double)
- Method in class org.jblas.
DoubleMatrix
Test for equality against a scalar (in-place).
eqi(FloatMatrix, FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Test for equality (in-place).
eqi(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Test for equality (in-place).
eqi(float, FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Test for equality against a scalar (in-place).
eqi(float)
- Method in class org.jblas.
FloatMatrix
Test for equality against a scalar (in-place).
equals(Object)
- Method in class org.jblas.
ComplexDouble
Comparing two DoubleComplex values.
equals(Object)
- Method in class org.jblas.
ComplexDoubleMatrix
Compare two matrices.
equals(Object)
- Method in class org.jblas.
ComplexFloat
Comparing two DoubleComplex values.
equals(Object)
- Method in class org.jblas.
ComplexFloatMatrix
Compare two matrices.
equals(Object)
- Method in class org.jblas.
DoubleMatrix
Compare two matrices.
equals(Object)
- Method in class org.jblas.
FloatMatrix
Compare two matrices.
exp(DoubleMatrix)
- Static method in class org.jblas.
MatrixFunctions
exp(double)
- Static method in class org.jblas.
MatrixFunctions
exp(FloatMatrix)
- Static method in class org.jblas.
MatrixFunctions
exp(float)
- Static method in class org.jblas.
MatrixFunctions
expi(DoubleMatrix)
- Static method in class org.jblas.
MatrixFunctions
Applies the
exponential
function element-wise on this matrix.
expi(FloatMatrix)
- Static method in class org.jblas.
MatrixFunctions
Applies the
exponential
function element-wise on this matrix.
expm(DoubleMatrix)
- Static method in class org.jblas.
DoubleMatrix
Calculate matrix exponential of a square matrix.
expm(FloatMatrix)
- Static method in class org.jblas.
FloatMatrix
Calculate matrix exponential of a square matrix.
eye(int)
- Static method in class org.jblas.
DoubleMatrix
Construct a new n-by-n identity matrix.
eye(int)
- Static method in class org.jblas.
FloatMatrix
Construct a new n-by-n identity matrix.
F
fatJarLibraryPath(String, String)
- Static method in class org.jblas.util.
LibraryLoader
Compute the path to the library.
fill(double)
- Method in class org.jblas.
DoubleMatrix
Set all elements to a value.
fill(float)
- Method in class org.jblas.
FloatMatrix
Set all elements to a value.
find(DoubleMatrix)
- Static method in class org.jblas.ranges.
RangeUtils
findIndices()
- Method in class org.jblas.
ComplexDoubleMatrix
findIndices()
- Method in class org.jblas.
ComplexFloatMatrix
findIndices()
- Method in class org.jblas.
DoubleMatrix
Find the linear indices of all non-zero elements.
findIndices()
- Method in class org.jblas.
FloatMatrix
Find the linear indices of all non-zero elements.
FloatFunction
- Interface in
org.jblas
Represents a function on floats.
FloatMatrix
- Class in
org.jblas
A general matrix class for
float
typed values.
FloatMatrix(int, int, float...)
- Constructor for class org.jblas.
FloatMatrix
Create a new matrix with
newRows
rows,
newColumns
columns using
newData>
as the data.
FloatMatrix(int, int)
- Constructor for class org.jblas.
FloatMatrix
Creates a new
n
times
m
FloatMatrix
.
FloatMatrix()
- Constructor for class org.jblas.
FloatMatrix
Creates a new
FloatMatrix
of size 0 times 0.
FloatMatrix(int)
- Constructor for class org.jblas.
FloatMatrix
Create a Matrix of length
len
.
FloatMatrix(float[])
- Constructor for class org.jblas.
FloatMatrix
FloatMatrix(String)
- Constructor for class org.jblas.
FloatMatrix
Creates a new matrix by reading it from a file.
FloatMatrix(float[][])
- Constructor for class org.jblas.
FloatMatrix
Creates a new
n
times
m
FloatMatrix
from the given
n
times
m
2D data array.
FloatMatrix.ColumnsAsListView
- Class in
org.jblas
FloatMatrix.ColumnsAsListView(FloatMatrix)
- Constructor for class org.jblas.
FloatMatrix.ColumnsAsListView
FloatMatrix.ElementsAsListView
- Class in
org.jblas
A wrapper which allows to view a matrix as a List of Doubles (read-only!).
FloatMatrix.ElementsAsListView(FloatMatrix)
- Constructor for class org.jblas.
FloatMatrix.ElementsAsListView
FloatMatrix.RowsAsListView
- Class in
org.jblas
FloatMatrix.RowsAsListView(FloatMatrix)
- Constructor for class org.jblas.
FloatMatrix.RowsAsListView
floatToDouble(FloatMatrix)
- Static method in class org.jblas.
MatrixFunctions
floor(DoubleMatrix)
- Static method in class org.jblas.
MatrixFunctions
floor(double)
- Static method in class org.jblas.
MatrixFunctions
floor(FloatMatrix)
- Static method in class org.jblas.
MatrixFunctions
floor(float)
- Static method in class org.jblas.
MatrixFunctions
floori(DoubleMatrix)
- Static method in class org.jblas.
MatrixFunctions
Element-wise round down by applying the
floor
function on each element.
floori(FloatMatrix)
- Static method in class org.jblas.
MatrixFunctions
Element-wise round down by applying the
floor
function on each element.
Functions
- Class in
org.jblas.util
Functions()
- Constructor for class org.jblas.util.
Functions
G
ge(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Test for "greater than or equal".
ge(double)
- Method in class org.jblas.
DoubleMatrix
test for "greater than or equal" against a scalar.
ge(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Test for "greater than or equal".
ge(float)
- Method in class org.jblas.
FloatMatrix
test for "greater than or equal" against a scalar.
geev(char, char, DoubleMatrix, DoubleMatrix, DoubleMatrix, DoubleMatrix, DoubleMatrix)
- Static method in class org.jblas.
SimpleBlas
geev(char, char, FloatMatrix, FloatMatrix, FloatMatrix, FloatMatrix, FloatMatrix)
- Static method in class org.jblas.
SimpleBlas
gei(DoubleMatrix, DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Test for "greater than or equal" (in-place).
gei(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Test for "greater than or equal" (in-place).
gei(double, DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Test for "greater than or equal" against a scalar (in-place).
gei(double)
- Method in class org.jblas.
DoubleMatrix
Test for "greater than or equal" against a scalar (in-place).
gei(FloatMatrix, FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Test for "greater than or equal" (in-place).
gei(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Test for "greater than or equal" (in-place).
gei(float, FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Test for "greater than or equal" against a scalar (in-place).
gei(float)
- Method in class org.jblas.
FloatMatrix
Test for "greater than or equal" against a scalar (in-place).
gemm(double, DoubleMatrix, DoubleMatrix, double, DoubleMatrix)
- Static method in class org.jblas.
SimpleBlas
Compute c <- a*b + beta * c (general matrix matrix multiplication)
gemm(ComplexDouble, ComplexDoubleMatrix, ComplexDoubleMatrix, ComplexDouble, ComplexDoubleMatrix)
- Static method in class org.jblas.
SimpleBlas
gemm(float, FloatMatrix, FloatMatrix, float, FloatMatrix)
- Static method in class org.jblas.
SimpleBlas
Compute c <- a*b + beta * c (general matrix matrix multiplication)
gemm(ComplexFloat, ComplexFloatMatrix, ComplexFloatMatrix, ComplexFloat, ComplexFloatMatrix)
- Static method in class org.jblas.
SimpleBlas
gemv(double, DoubleMatrix, DoubleMatrix, double, DoubleMatrix)
- Static method in class org.jblas.
SimpleBlas
Compute y <- alpha*op(a)*x + beta * y (general matrix vector multiplication)
gemv(float, FloatMatrix, FloatMatrix, float, FloatMatrix)
- Static method in class org.jblas.
SimpleBlas
Compute y <- alpha*op(a)*x + beta * y (general matrix vector multiplication)
Geometry
- Class in
org.jblas
General functions which are geometric in nature.
Geometry()
- Constructor for class org.jblas.
Geometry
ger(double, DoubleMatrix, DoubleMatrix, DoubleMatrix)
- Static method in class org.jblas.
SimpleBlas
Compute A <- alpha * x * y^T + A (general rank-1 update)
ger(float, FloatMatrix, FloatMatrix, FloatMatrix)
- Static method in class org.jblas.
SimpleBlas
Compute A <- alpha * x * y^T + A (general rank-1 update)
gerc(ComplexDouble, ComplexDoubleMatrix, ComplexDoubleMatrix, ComplexDoubleMatrix)
- Static method in class org.jblas.
SimpleBlas
Compute A <- alpha * x * y^H + A (general rank-1 update)
gerc(ComplexFloat, ComplexFloatMatrix, ComplexFloatMatrix, ComplexFloatMatrix)
- Static method in class org.jblas.
SimpleBlas
Compute A <- alpha * x * y^H + A (general rank-1 update)
geru(ComplexDouble, ComplexDoubleMatrix, ComplexDoubleMatrix, ComplexDoubleMatrix)
- Static method in class org.jblas.
SimpleBlas
Compute A <- alpha * x * y^T + A (general rank-1 update)
geru(ComplexFloat, ComplexFloatMatrix, ComplexFloatMatrix, ComplexFloatMatrix)
- Static method in class org.jblas.
SimpleBlas
Compute A <- alpha * x * y^T + A (general rank-1 update)
gesv(DoubleMatrix, int[], DoubleMatrix)
- Static method in class org.jblas.
SimpleBlas
LAPACK
gesv(FloatMatrix, int[], FloatMatrix)
- Static method in class org.jblas.
SimpleBlas
LAPACK
get(int[])
- Method in class org.jblas.
ComplexDoubleMatrix
Working with slices (Man! 30+ methods just to make this a bit flexible...)
get(int, int[])
- Method in class org.jblas.
ComplexDoubleMatrix
get(int[], int)
- Method in class org.jblas.
ComplexDoubleMatrix
get(int[], int[])
- Method in class org.jblas.
ComplexDoubleMatrix
get(ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
get(int, ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
get(ComplexDoubleMatrix, int)
- Method in class org.jblas.
ComplexDoubleMatrix
get(ComplexDoubleMatrix, ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
get(int, int)
- Method in class org.jblas.
ComplexDoubleMatrix
Retrieve matrix element
get(int)
- Method in class org.jblas.
ComplexDoubleMatrix
get(int, ComplexDouble)
- Method in class org.jblas.
ComplexDoubleMatrix
get(int[])
- Method in class org.jblas.
ComplexFloatMatrix
Working with slices (Man! 30+ methods just to make this a bit flexible...)
get(int, int[])
- Method in class org.jblas.
ComplexFloatMatrix
get(int[], int)
- Method in class org.jblas.
ComplexFloatMatrix
get(int[], int[])
- Method in class org.jblas.
ComplexFloatMatrix
get(ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
get(int, ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
get(ComplexFloatMatrix, int)
- Method in class org.jblas.
ComplexFloatMatrix
get(ComplexFloatMatrix, ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
get(int, int)
- Method in class org.jblas.
ComplexFloatMatrix
Retrieve matrix element
get(int)
- Method in class org.jblas.
ComplexFloatMatrix
get(int, ComplexFloat)
- Method in class org.jblas.
ComplexFloatMatrix
get(int)
- Method in class org.jblas.
DoubleMatrix.ColumnsAsListView
get(int)
- Method in class org.jblas.
DoubleMatrix.ElementsAsListView
get(int[])
- Method in class org.jblas.
DoubleMatrix
Get all elements specified by the linear indices.
get(int, int[])
- Method in class org.jblas.
DoubleMatrix
Get all elements for a given row and the specified columns.
get(int[], int)
- Method in class org.jblas.
DoubleMatrix
Get all elements for a given column and the specified rows.
get(int[], int[])
- Method in class org.jblas.
DoubleMatrix
Get all elements from the specified rows and columns.
get(Range, Range)
- Method in class org.jblas.
DoubleMatrix
Get elements from specified rows and columns.
get(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Get elements specified by the non-zero entries of the passed matrix.
get(int, DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Get elements from a row and columns as specified by the non-zero entries of a matrix.
get(DoubleMatrix, int)
- Method in class org.jblas.
DoubleMatrix
Get elements from a column and rows as specified by the non-zero entries of a matrix.
get(DoubleMatrix, DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Get elements from columns and rows as specified by the non-zero entries of the passed matrices.
get(int, int)
- Method in class org.jblas.
DoubleMatrix
Retrieve matrix element
get(int)
- Method in class org.jblas.
DoubleMatrix
Get a matrix element (linear indexing).
get(int)
- Method in class org.jblas.
DoubleMatrix.RowsAsListView
get(int)
- Method in class org.jblas.
FloatMatrix.ColumnsAsListView
get(int)
- Method in class org.jblas.
FloatMatrix.ElementsAsListView
get(int[])
- Method in class org.jblas.
FloatMatrix
Get all elements specified by the linear indices.
get(int, int[])
- Method in class org.jblas.
FloatMatrix
Get all elements for a given row and the specified columns.
get(int[], int)
- Method in class org.jblas.
FloatMatrix
Get all elements for a given column and the specified rows.
get(int[], int[])
- Method in class org.jblas.
FloatMatrix
Get all elements from the specified rows and columns.
get(Range, Range)
- Method in class org.jblas.
FloatMatrix
Get elements from specified rows and columns.
get(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Get elements specified by the non-zero entries of the passed matrix.
get(int, FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Get elements from a row and columns as specified by the non-zero entries of a matrix.
get(FloatMatrix, int)
- Method in class org.jblas.
FloatMatrix
Get elements from a column and rows as specified by the non-zero entries of a matrix.
get(FloatMatrix, FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Get elements from columns and rows as specified by the non-zero entries of the passed matrices.
get(int, int)
- Method in class org.jblas.
FloatMatrix
Retrieve matrix element
get(int)
- Method in class org.jblas.
FloatMatrix
Get a matrix element (linear indexing).
get(int)
- Method in class org.jblas.
FloatMatrix.RowsAsListView
getColumn(int)
- Method in class org.jblas.
ComplexDoubleMatrix
getColumn(int)
- Method in class org.jblas.
ComplexFloatMatrix
getColumn(int)
- Method in class org.jblas.
DoubleMatrix
Get a copy of a column.
getColumn(int, DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Copy a column to the given vector.
getColumn(int)
- Method in class org.jblas.
FloatMatrix
Get a copy of a column.
getColumn(int, FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Copy a column to the given vector.
getColumnRange(int, int, int)
- Method in class org.jblas.
DoubleMatrix
Get elements from a row and columns
a
to
b
.
getColumnRange(int, int, int)
- Method in class org.jblas.
FloatMatrix
Get elements from a row and columns
a
to
b
.
getColumns()
- Method in class org.jblas.
ComplexDoubleMatrix
getColumns()
- Method in class org.jblas.
ComplexFloatMatrix
getColumns(int[])
- Method in class org.jblas.
DoubleMatrix
Get whole columns from the passed indices.
getColumns(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Get whole columns as specified by the non-zero entries of a matrix.
getColumns()
- Method in class org.jblas.
DoubleMatrix
Get number of columns.
getColumns(int[])
- Method in class org.jblas.
FloatMatrix
Get whole columns from the passed indices.
getColumns(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Get whole columns as specified by the non-zero entries of a matrix.
getColumns()
- Method in class org.jblas.
FloatMatrix
Get number of columns.
getImag(int)
- Method in class org.jblas.
ComplexDoubleMatrix
getImag(int)
- Method in class org.jblas.
ComplexFloatMatrix
getLength()
- Method in class org.jblas.
ComplexDoubleMatrix
getLength()
- Method in class org.jblas.
ComplexFloatMatrix
getLength()
- Method in class org.jblas.
DoubleMatrix
Get total number of elements.
getLength()
- Method in class org.jblas.
FloatMatrix
Get total number of elements.
getRange(int, int)
- Method in class org.jblas.
DoubleMatrix
Return all elements with linear index a, a + 1, ..., b - 1.
getRange(int, int, int, int)
- Method in class org.jblas.
DoubleMatrix
Get elements from rows
ra
to
rb
and columns
ca
to
cb
.
getRange(int, int)
- Method in class org.jblas.
FloatMatrix
Return all elements with linear index a, a + 1, ..., b - 1.
getRange(int, int, int, int)
- Method in class org.jblas.
FloatMatrix
Get elements from rows
ra
to
rb
and columns
ca
to
cb
.
getReal()
- Method in class org.jblas.
ComplexDoubleMatrix
getReal(int)
- Method in class org.jblas.
ComplexDoubleMatrix
getReal()
- Method in class org.jblas.
ComplexFloatMatrix
getReal(int)
- Method in class org.jblas.
ComplexFloatMatrix
getRow(int)
- Method in class org.jblas.
ComplexDoubleMatrix
getRow(int)
- Method in class org.jblas.
ComplexFloatMatrix
getRow(int)
- Method in class org.jblas.
DoubleMatrix
Get a copy of a row.
getRow(int, DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Copy a row to a given vector.
getRow(int)
- Method in class org.jblas.
FloatMatrix
Get a copy of a row.
getRow(int, FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Copy a row to a given vector.
getRowRange(int, int, int)
- Method in class org.jblas.
DoubleMatrix
Get elements from a column and rows
a/tt> to
b
.
getRowRange(int, int, int)
- Method in class org.jblas.
FloatMatrix
Get elements from a column and rows
a/tt> to
b
.
getRows()
- Method in class org.jblas.
ComplexDoubleMatrix
getRows()
- Method in class org.jblas.
ComplexFloatMatrix
getRows(int[])
- Method in class org.jblas.
DoubleMatrix
Get whole rows from the passed indices.
getRows(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Get whole rows as specified by the non-zero entries of a matrix.
getRows()
- Method in class org.jblas.
DoubleMatrix
Get number of rows.
getRows(int[])
- Method in class org.jblas.
FloatMatrix
Get whole rows from the passed indices.
getRows(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Get whole rows as specified by the non-zero entries of a matrix.
getRows()
- Method in class org.jblas.
FloatMatrix
Get number of rows.
gt(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Test for "greater than".
gt(double)
- Method in class org.jblas.
DoubleMatrix
test for "greater than" against a scalar.
gt(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Test for "greater than".
gt(float)
- Method in class org.jblas.
FloatMatrix
test for "greater than" against a scalar.
gti(DoubleMatrix, DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Test for "greater than" (in-place).
gti(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Test for "greater than" (in-place).
gti(double, DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Test for "greater than" against a scalar (in-place).
gti(double)
- Method in class org.jblas.
DoubleMatrix
Test for "greater than" against a scalar (in-place).
gti(FloatMatrix, FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Test for "greater than" (in-place).
gti(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Test for "greater than" (in-place).
gti(float, FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Test for "greater than" against a scalar (in-place).
gti(float)
- Method in class org.jblas.
FloatMatrix
Test for "greater than" against a scalar (in-place).
H
hasMore()
- Method in class org.jblas.ranges.
AllRange
hasMore()
- Method in class org.jblas.ranges.
IndicesRange
hasMore()
- Method in class org.jblas.ranges.
IntervalRange
hasMore()
- Method in class org.jblas.ranges.
PointRange
hasMore()
- Method in interface org.jblas.ranges.
Range
More indices available?
I
I
- Static variable in class org.jblas.
ComplexDouble
I
- Static variable in class org.jblas.
ComplexFloat
iamax(DoubleMatrix)
- Static method in class org.jblas.
SimpleBlas
Compute index of element with largest absolute value (index of absolute value maximum)
iamax(ComplexDoubleMatrix)
- Static method in class org.jblas.
SimpleBlas
iamax(FloatMatrix)
- Static method in class org.jblas.
SimpleBlas
Compute index of element with largest absolute value (index of absolute value maximum)
iamax(ComplexFloatMatrix)
- Static method in class org.jblas.
SimpleBlas
icamax(int, float[], int, int)
- Static method in class org.jblas.
NativeBlas
idamax(int, double[], int, int)
- Static method in class org.jblas.
NativeBlas
imag()
- Method in class org.jblas.
ComplexDouble
imag()
- Method in class org.jblas.
ComplexDoubleMatrix
Get imaginary part of the matrix.
imag()
- Method in class org.jblas.
ComplexFloat
imag()
- Method in class org.jblas.
ComplexFloatMatrix
Get imaginary part of the matrix.
in(DataInputStream)
- Method in class org.jblas.
ComplexDoubleMatrix
Reads in a matrix from the given data stream.
in(DataInputStream)
- Method in class org.jblas.
ComplexFloatMatrix
Reads in a matrix from the given data stream.
in(DataInputStream)
- Method in class org.jblas.
DoubleMatrix
Reads in a matrix from the given data stream.
in(DataInputStream)
- Method in class org.jblas.
FloatMatrix
Reads in a matrix from the given data stream.
index(int, int)
- Method in class org.jblas.
ComplexDoubleMatrix
Get index of an element
index(int, int)
- Method in class org.jblas.
ComplexFloatMatrix
Get index of an element
index(int, int)
- Method in class org.jblas.
DoubleMatrix
Get index of an element
index(int, int)
- Method in class org.jblas.
FloatMatrix
Get index of an element
index()
- Method in class org.jblas.ranges.
AllRange
index()
- Method in class org.jblas.ranges.
IndicesRange
index()
- Method in class org.jblas.ranges.
IntervalRange
index()
- Method in class org.jblas.ranges.
PointRange
index()
- Method in interface org.jblas.ranges.
Range
Consecutive numbering of current index.
indexColumns(int)
- Method in class org.jblas.
DoubleMatrix
Compute the column index of a linear index.
indexColumns(int)
- Method in class org.jblas.
FloatMatrix
Compute the column index of a linear index.
indexRows(int)
- Method in class org.jblas.
DoubleMatrix
Compute the row index of a linear index.
indexRows(int)
- Method in class org.jblas.
FloatMatrix
Compute the row index of a linear index.
indices(int[])
- Static method in class org.jblas.ranges.
RangeUtils
indices(DoubleMatrix)
- Static method in class org.jblas.ranges.
RangeUtils
IndicesRange
- Class in
org.jblas.ranges
Range which varies over pre-specified indices.
IndicesRange(int[])
- Constructor for class org.jblas.ranges.
IndicesRange
Initialize from integer array.
IndicesRange(DoubleMatrix)
- Constructor for class org.jblas.ranges.
IndicesRange
Initialize from DoubleMatrix.
init(int, int)
- Method in class org.jblas.ranges.
AllRange
init(int, int)
- Method in class org.jblas.ranges.
IndicesRange
init(int, int)
- Method in class org.jblas.ranges.
IntervalRange
init(int, int)
- Method in class org.jblas.ranges.
PointRange
init(int, int)
- Method in interface org.jblas.ranges.
Range
Initialize Range to available indices
interval(int, int)
- Static method in class org.jblas.ranges.
RangeUtils
IntervalRange
- Class in
org.jblas.ranges
Range which varies from a given interval.
IntervalRange(int, int)
- Constructor for class org.jblas.ranges.
IntervalRange
Construct new interval range.
inv()
- Method in class org.jblas.
ComplexDouble
inv()
- Method in class org.jblas.
ComplexFloat
invi()
- Method in class org.jblas.
ComplexDouble
invi()
- Method in class org.jblas.
ComplexFloat
isamax(int, float[], int, int)
- Static method in class org.jblas.
NativeBlas
isColumnVector()
- Method in class org.jblas.
ComplexDoubleMatrix
isColumnVector()
- Method in class org.jblas.
ComplexFloatMatrix
isColumnVector()
- Method in class org.jblas.
DoubleMatrix
Checks whether the matrix is a column vector.
isColumnVector()
- Method in class org.jblas.
FloatMatrix
Checks whether the matrix is a column vector.
isEmpty()
- Method in class org.jblas.
ComplexDoubleMatrix
Checks whether the matrix is empty.
isEmpty()
- Method in class org.jblas.
ComplexFloatMatrix
Checks whether the matrix is empty.
isEmpty()
- Method in class org.jblas.
DoubleMatrix
Checks whether the matrix is empty.
isEmpty()
- Method in class org.jblas.
FloatMatrix
Checks whether the matrix is empty.
isImag()
- Method in class org.jblas.
ComplexDouble
isImag()
- Method in class org.jblas.
ComplexFloat
isReal()
- Method in class org.jblas.
ComplexDouble
isReal()
- Method in class org.jblas.
ComplexFloat
isRowVector()
- Method in class org.jblas.
ComplexDoubleMatrix
isRowVector()
- Method in class org.jblas.
ComplexFloatMatrix
isRowVector()
- Method in class org.jblas.
DoubleMatrix
Checks whether the matrix is a row vector.
isRowVector()
- Method in class org.jblas.
FloatMatrix
Checks whether the matrix is a row vector.
isScalar()
- Method in class org.jblas.
ComplexDoubleMatrix
Test whether a matrix is scalar
isScalar()
- Method in class org.jblas.
ComplexFloatMatrix
Test whether a matrix is scalar
isScalar()
- Method in class org.jblas.
DoubleMatrix
Test whether a matrix is scalar.
isScalar()
- Method in class org.jblas.
FloatMatrix
Test whether a matrix is scalar.
isSquare()
- Method in class org.jblas.
ComplexDoubleMatrix
Checks whether the matrix is square.
isSquare()
- Method in class org.jblas.
ComplexFloatMatrix
Checks whether the matrix is square.
isSquare()
- Method in class org.jblas.
DoubleMatrix
Checks whether the matrix is square.
isSquare()
- Method in class org.jblas.
FloatMatrix
Checks whether the matrix is square.
isVector()
- Method in class org.jblas.
ComplexDoubleMatrix
Checks whether the matrix is a vector.
isVector()
- Method in class org.jblas.
ComplexFloatMatrix
Checks whether the matrix is a vector.
isVector()
- Method in class org.jblas.
DoubleMatrix
Checks whether the matrix is a vector.
isVector()
- Method in class org.jblas.
FloatMatrix
Checks whether the matrix is a vector.
isZero()
- Method in class org.jblas.
ComplexDouble
isZero()
- Method in class org.jblas.
ComplexFloat
izamax(int, double[], int, int)
- Static method in class org.jblas.
NativeBlas
J
JavaBlas
- Class in
org.jblas
Implementation of some Blas functions, mostly those which require linear runtime in the number of matrix elements.
JavaBlas()
- Constructor for class org.jblas.
JavaBlas
L
l
- Variable in class org.jblas.
Decompose.LUDecomposition
LapackArgumentException
- Exception in
org.jblas.exceptions
LapackException for a specific argument.
LapackArgumentException(String, int)
- Constructor for exception org.jblas.exceptions.
LapackArgumentException
Construct exception for given function and info.
LapackArgumentException(String, String)
- Constructor for exception org.jblas.exceptions.
LapackArgumentException
LapackConvergenceException
- Exception in
org.jblas.exceptions
LapackConvergenceException(String, String)
- Constructor for exception org.jblas.exceptions.
LapackConvergenceException
LapackException
- Exception in
org.jblas.exceptions
Base class for all exceptions within LAPACK.
LapackException(String)
- Constructor for exception org.jblas.exceptions.
LapackException
Construct new LapackException for the given function.
LapackException(String, String)
- Constructor for exception org.jblas.exceptions.
LapackException
Construct new Lapack Exception for the given function, with message.
LapackPositivityException
- Exception in
org.jblas.exceptions
LapackPositivityException(String, String)
- Constructor for exception org.jblas.exceptions.
LapackPositivityException
LapackSingularityException
- Exception in
org.jblas.exceptions
Exception thrown when matrices are singular.
LapackSingularityException(String, String)
- Constructor for exception org.jblas.exceptions.
LapackSingularityException
le(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Test for "less than or equal".
le(double)
- Method in class org.jblas.
DoubleMatrix
test for "less than or equal" against a scalar.
le(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Test for "less than or equal".
le(float)
- Method in class org.jblas.
FloatMatrix
test for "less than or equal" against a scalar.
lei(DoubleMatrix, DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Test for "less than or equal" (in-place).
lei(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Test for "less than or equal" (in-place).
lei(double, DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Test for "less than or equal" against a scalar (in-place).
lei(double)
- Method in class org.jblas.
DoubleMatrix
Test for "less than or equal" against a scalar (in-place).
lei(FloatMatrix, FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Test for "less than or equal" (in-place).
lei(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Test for "less than or equal" (in-place).
lei(float, FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Test for "less than or equal" against a scalar (in-place).
lei(float)
- Method in class org.jblas.
FloatMatrix
Test for "less than or equal" against a scalar (in-place).
length
- Variable in class org.jblas.
ComplexDoubleMatrix
length
- Variable in class org.jblas.
ComplexFloatMatrix
length
- Variable in class org.jblas.
DoubleMatrix
Total number of elements (for convenience).
length
- Variable in class org.jblas.
FloatMatrix
Total number of elements (for convenience).
length()
- Method in class org.jblas.ranges.
AllRange
length()
- Method in class org.jblas.ranges.
IndicesRange
length()
- Method in class org.jblas.ranges.
IntervalRange
length()
- Method in class org.jblas.ranges.
PointRange
length()
- Method in interface org.jblas.ranges.
Range
Total number of indices.
LibraryLoader
- Class in
org.jblas.util
Class which allows to load a dynamic file as resource (for example, from a jar-file)
LibraryLoader()
- Constructor for class org.jblas.util.
LibraryLoader
load(String)
- Method in class org.jblas.
ComplexDoubleMatrix
Loads a matrix from a file into this matrix.
load(String)
- Method in class org.jblas.
ComplexFloatMatrix
Loads a matrix from a file into this matrix.
load(String)
- Method in class org.jblas.
DoubleMatrix
Loads a matrix from a file into this matrix.
load(String)
- Method in class org.jblas.
FloatMatrix
Loads a matrix from a file into this matrix.
loadAsciiFile(String)
- Static method in class org.jblas.
DoubleMatrix
loadAsciiFile(String)
- Static method in class org.jblas.
FloatMatrix
loadCSVFile(String)
- Static method in class org.jblas.
DoubleMatrix
loadCSVFile(String)
- Static method in class org.jblas.
FloatMatrix
loadLibrary(String)
- Method in class org.jblas.util.
LibraryLoader
Find the library
libname
as a resource, copy it to a tempfile and load it using System.load().
log(DoubleMatrix)
- Static method in class org.jblas.
MatrixFunctions
log(double)
- Static method in class org.jblas.
MatrixFunctions
log(FloatMatrix)
- Static method in class org.jblas.
MatrixFunctions
log(float)
- Static method in class org.jblas.
MatrixFunctions
log10(DoubleMatrix)
- Static method in class org.jblas.
MatrixFunctions
log10(double)
- Static method in class org.jblas.
MatrixFunctions
log10(FloatMatrix)
- Static method in class org.jblas.
MatrixFunctions
log10(float)
- Static method in class org.jblas.
MatrixFunctions
log10i(DoubleMatrix)
- Static method in class org.jblas.
MatrixFunctions
Applies the
logarithm with basis to 10
element-wise on this matrix.
log10i(FloatMatrix)
- Static method in class org.jblas.
MatrixFunctions
Applies the
logarithm with basis to 10
element-wise on this matrix.
logi(DoubleMatrix)
- Static method in class org.jblas.
MatrixFunctions
Applies the
natural logarithm
function element-wise on this matrix.
logi(FloatMatrix)
- Static method in class org.jblas.
MatrixFunctions
Applies the
natural logarithm
function element-wise on this matrix.
lsame(char, char)
- Static method in class org.jblas.
NativeBlas
lt(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Test for "less than".
lt(double)
- Method in class org.jblas.
DoubleMatrix
test for "less than" against a scalar.
lt(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Test for "less than".
lt(float)
- Method in class org.jblas.
FloatMatrix
test for "less than" against a scalar.
lti(DoubleMatrix, DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Test for "less than" (in-place).
lti(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Test for "less than" (in-place).
lti(double, DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Test for "less than" against a scalar (in-place).
lti(double)
- Method in class org.jblas.
DoubleMatrix
Test for "less than" against a scalar (in-place).
lti(FloatMatrix, FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Test for "less than" (in-place).
lti(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Test for "less than" (in-place).
lti(float, FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Test for "less than" against a scalar (in-place).
lti(float)
- Method in class org.jblas.
FloatMatrix
Test for "less than" against a scalar (in-place).
lu(DoubleMatrix)
- Static method in class org.jblas.
Decompose
M
main(String[])
- Static method in class org.jblas.util.
SanityChecks
MatrixFunctions
- Class in
org.jblas
This class provides the functions from java.lang.Math for matrices.
MatrixFunctions()
- Constructor for class org.jblas.
MatrixFunctions
max()
- Method in class org.jblas.
DoubleMatrix
Returns the maximal element of the matrix.
max(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Computes the maximum between two matrices.
max(double)
- Method in class org.jblas.
DoubleMatrix
max()
- Method in class org.jblas.
FloatMatrix
Returns the maximal element of the matrix.
max(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Computes the maximum between two matrices.
max(float)
- Method in class org.jblas.
FloatMatrix
max(int, int)
- Static method in class org.jblas.util.
Functions
maxi(DoubleMatrix, DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Computes the maximum between two matrices.
maxi(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Computes the maximum between two matrices.
maxi(double, DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
maxi(double)
- Method in class org.jblas.
DoubleMatrix
maxi(FloatMatrix, FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Computes the maximum between two matrices.
maxi(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Computes the maximum between two matrices.
maxi(float, FloatMatrix)
- Method in class org.jblas.
FloatMatrix
maxi(float)
- Method in class org.jblas.
FloatMatrix
mean()
- Method in class org.jblas.
ComplexDoubleMatrix
mean()
- Method in class org.jblas.
ComplexFloatMatrix
mean()
- Method in class org.jblas.
DoubleMatrix
Computes the mean value of all elements in the matrix, that is,
x.sum() / x.length
.
mean()
- Method in class org.jblas.
FloatMatrix
Computes the mean value of all elements in the matrix, that is,
x.sum() / x.length
.
min()
- Method in class org.jblas.
DoubleMatrix
Returns the minimal element of the matrix.
min(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Computes the minimum between two matrices.
min(double)
- Method in class org.jblas.
DoubleMatrix
min()
- Method in class org.jblas.
FloatMatrix
Returns the minimal element of the matrix.
min(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Computes the minimum between two matrices.
min(float)
- Method in class org.jblas.
FloatMatrix
min(int, int)
- Static method in class org.jblas.util.
Functions
mini(DoubleMatrix, DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Computes the minimum between two matrices.
mini(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Computes the minimum between two matrices.
mini(double, DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
mini(double)
- Method in class org.jblas.
DoubleMatrix
mini(FloatMatrix, FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Computes the minimum between two matrices.
mini(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Computes the minimum between two matrices.
mini(float, FloatMatrix)
- Method in class org.jblas.
FloatMatrix
mini(float)
- Method in class org.jblas.
FloatMatrix
mmul(ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
mmul(ComplexDouble)
- Method in class org.jblas.
ComplexDoubleMatrix
mmul(double)
- Method in class org.jblas.
ComplexDoubleMatrix
mmul(ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
mmul(ComplexFloat)
- Method in class org.jblas.
ComplexFloatMatrix
mmul(float)
- Method in class org.jblas.
ComplexFloatMatrix
mmul(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Matrix-multiply by a matrix (in place).
mmul(double)
- Method in class org.jblas.
DoubleMatrix
Matrix-multiply by a scalar.
mmul(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Matrix-multiply by a matrix (in place).
mmul(float)
- Method in class org.jblas.
FloatMatrix
Matrix-multiply by a scalar.
mmuli(ComplexDoubleMatrix, ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
Matrix-Matrix Multiplication
mmuli(ComplexDouble, ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
Matrix-Matrix Multiplication with a scalar (for symmetry, does the same as muli(scalar)
mmuli(double, ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
mmuli(ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
mmuli(ComplexDouble)
- Method in class org.jblas.
ComplexDoubleMatrix
mmuli(double)
- Method in class org.jblas.
ComplexDoubleMatrix
mmuli(ComplexFloatMatrix, ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
Matrix-Matrix Multiplication
mmuli(ComplexFloat, ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
Matrix-Matrix Multiplication with a scalar (for symmetry, does the same as muli(scalar)
mmuli(float, ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
mmuli(ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
mmuli(ComplexFloat)
- Method in class org.jblas.
ComplexFloatMatrix
mmuli(float)
- Method in class org.jblas.
ComplexFloatMatrix
mmuli(DoubleMatrix, DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Matrix-matrix multiplication (in-place).
mmuli(double, DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Matrix-matrix multiplication with a scalar (for symmetry, does the same as
muli(scalar)
(in-place).
mmuli(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Matrix-multiply by a matrix (in place).
mmuli(double)
- Method in class org.jblas.
DoubleMatrix
Matrix-multiply by a scalar (in place).
mmuli(FloatMatrix, FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Matrix-matrix multiplication (in-place).
mmuli(float, FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Matrix-matrix multiplication with a scalar (for symmetry, does the same as
muli(scalar)
(in-place).
mmuli(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Matrix-multiply by a matrix (in place).
mmuli(float)
- Method in class org.jblas.
FloatMatrix
Matrix-multiply by a scalar (in place).
mul(ComplexDouble)
- Method in class org.jblas.
ComplexDouble
Multiply two complex numbers
mul(double)
- Method in class org.jblas.
ComplexDouble
mul(ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
mul(ComplexDouble)
- Method in class org.jblas.
ComplexDoubleMatrix
mul(double)
- Method in class org.jblas.
ComplexDoubleMatrix
mul(ComplexFloat)
- Method in class org.jblas.
ComplexFloat
Multiply two complex numbers
mul(float)
- Method in class org.jblas.
ComplexFloat
mul(ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
mul(ComplexFloat)
- Method in class org.jblas.
ComplexFloatMatrix
mul(float)
- Method in class org.jblas.
ComplexFloatMatrix
mul(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Elementwise multiply by a matrix (in place).
mul(double)
- Method in class org.jblas.
DoubleMatrix
Elementwise multiply by a scalar.
mul(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Elementwise multiply by a matrix (in place).
mul(float)
- Method in class org.jblas.
FloatMatrix
Elementwise multiply by a scalar.
mulColumn(int, double)
- Method in class org.jblas.
DoubleMatrix
Multiply a column by a scalar.
mulColumn(int, float)
- Method in class org.jblas.
FloatMatrix
Multiply a column by a scalar.
mulColumnVector(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Multiply all columns with a column vector.
mulColumnVector(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Multiply all columns with a column vector.
muli(ComplexDouble, ComplexDouble)
- Method in class org.jblas.
ComplexDouble
Multiply two complex numbers, inplace
muli(ComplexDouble)
- Method in class org.jblas.
ComplexDouble
muli(double, ComplexDouble)
- Method in class org.jblas.
ComplexDouble
muli(double)
- Method in class org.jblas.
ComplexDouble
muli(ComplexDoubleMatrix, ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
(Elementwise) Multiplication
muli(ComplexDouble, ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
(Elementwise) Multiplication with a scalar
muli(double, ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
muli(ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
muli(ComplexDouble)
- Method in class org.jblas.
ComplexDoubleMatrix
muli(double)
- Method in class org.jblas.
ComplexDoubleMatrix
muli(ComplexFloat, ComplexFloat)
- Method in class org.jblas.
ComplexFloat
Multiply two complex numbers, inplace
muli(ComplexFloat)
- Method in class org.jblas.
ComplexFloat
muli(float, ComplexFloat)
- Method in class org.jblas.
ComplexFloat
muli(float)
- Method in class org.jblas.
ComplexFloat
muli(ComplexFloatMatrix, ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
(Elementwise) Multiplication
muli(ComplexFloat, ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
(Elementwise) Multiplication with a scalar
muli(float, ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
muli(ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
muli(ComplexFloat)
- Method in class org.jblas.
ComplexFloatMatrix
muli(float)
- Method in class org.jblas.
ComplexFloatMatrix
muli(DoubleMatrix, DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Elementwise multiplication (in-place).
muli(double, DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Elementwise multiplication with a scalar (in-place).
muli(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Elementwise multiply by a matrix (in place).
muli(double)
- Method in class org.jblas.
DoubleMatrix
Elementwise multiply by a scalar (in place).
muli(FloatMatrix, FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Elementwise multiplication (in-place).
muli(float, FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Elementwise multiplication with a scalar (in-place).
muli(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Elementwise multiply by a matrix (in place).
muli(float)
- Method in class org.jblas.
FloatMatrix
Elementwise multiply by a scalar (in place).
muliColumnVector(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Multiply all columns with a column vector (in-place).
muliColumnVector(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Multiply all columns with a column vector (in-place).
muliRowVector(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Multiply all rows with a row vector (in-place).
muliRowVector(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Multiply all rows with a row vector (in-place).
mulRow(int, double)
- Method in class org.jblas.
DoubleMatrix
Multiply a row by a scalar.
mulRow(int, float)
- Method in class org.jblas.
FloatMatrix
Multiply a row by a scalar.
mulRowVector(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Multiply all rows with a row vector.
mulRowVector(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Multiply all rows with a row vector.
multipliesWith(ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
Check whether this can be multiplied with a.
multipliesWith(ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
Check whether this can be multiplied with a.
multipliesWith(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Checks whether two matrices can be multiplied (that is, number of columns of this must equal number of rows of a.
multipliesWith(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Checks whether two matrices can be multiplied (that is, number of columns of this must equal number of rows of a.
N
NativeBlas
- Class in
org.jblas
Native BLAS and LAPACK functions.
NativeBlas()
- Constructor for class org.jblas.
NativeBlas
ne(ComplexDouble)
- Method in class org.jblas.
ComplexDouble
ne(ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
ne(ComplexDouble)
- Method in class org.jblas.
ComplexDoubleMatrix
ne(double)
- Method in class org.jblas.
ComplexDoubleMatrix
ne(ComplexFloat)
- Method in class org.jblas.
ComplexFloat
ne(ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
ne(ComplexFloat)
- Method in class org.jblas.
ComplexFloatMatrix
ne(float)
- Method in class org.jblas.
ComplexFloatMatrix
ne(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Test for inequality.
ne(double)
- Method in class org.jblas.
DoubleMatrix
test for inequality against a scalar.
ne(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Test for inequality.
ne(float)
- Method in class org.jblas.
FloatMatrix
test for inequality against a scalar.
neg()
- Method in class org.jblas.
ComplexDouble
neg()
- Method in class org.jblas.
ComplexDoubleMatrix
neg()
- Method in class org.jblas.
ComplexFloat
neg()
- Method in class org.jblas.
ComplexFloatMatrix
neg()
- Method in class org.jblas.
DoubleMatrix
Negate each element.
neg()
- Method in class org.jblas.
FloatMatrix
Negate each element.
NEG_I
- Static variable in class org.jblas.
ComplexDouble
NEG_I
- Static variable in class org.jblas.
ComplexFloat
NEG_UNIT
- Static variable in class org.jblas.
ComplexDouble
NEG_UNIT
- Static variable in class org.jblas.
ComplexFloat
negi()
- Method in class org.jblas.
ComplexDouble
negi()
- Method in class org.jblas.
ComplexDoubleMatrix
negi()
- Method in class org.jblas.
ComplexFloat
negi()
- Method in class org.jblas.
ComplexFloatMatrix
negi()
- Method in class org.jblas.
DoubleMatrix
Negate each element (in-place).
negi()
- Method in class org.jblas.
FloatMatrix
Negate each element (in-place).
nei(ComplexDoubleMatrix, ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
nei(ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
nei(ComplexDouble, ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
nei(double, ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
nei(ComplexDouble)
- Method in class org.jblas.
ComplexDoubleMatrix
nei(double)
- Method in class org.jblas.
ComplexDoubleMatrix
nei(ComplexFloatMatrix, ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
nei(ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
nei(ComplexFloat, ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
nei(float, ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
nei(ComplexFloat)
- Method in class org.jblas.
ComplexFloatMatrix
nei(float)
- Method in class org.jblas.
ComplexFloatMatrix
nei(DoubleMatrix, DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Test for inequality (in-place).
nei(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Test for inequality (in-place).
nei(double, DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Test for inequality against a scalar (in-place).
nei(double)
- Method in class org.jblas.
DoubleMatrix
Test for inequality against a scalar (in-place).
nei(FloatMatrix, FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Test for inequality (in-place).
nei(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Test for inequality (in-place).
nei(float, FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Test for inequality against a scalar (in-place).
nei(float)
- Method in class org.jblas.
FloatMatrix
Test for inequality against a scalar (in-place).
next()
- Method in class org.jblas.ranges.
AllRange
next()
- Method in class org.jblas.ranges.
IndicesRange
next()
- Method in class org.jblas.ranges.
IntervalRange
next()
- Method in class org.jblas.ranges.
PointRange
next()
- Method in interface org.jblas.ranges.
Range
Increase counter.
norm1()
- Method in class org.jblas.
ComplexDoubleMatrix
norm1()
- Method in class org.jblas.
ComplexFloatMatrix
norm1()
- Method in class org.jblas.
DoubleMatrix
The 1-norm of the matrix as vector (sum of absolute values of elements).
norm1()
- Method in class org.jblas.
FloatMatrix
The 1-norm of the matrix as vector (sum of absolute values of elements).
norm2()
- Method in class org.jblas.
ComplexDoubleMatrix
norm2()
- Method in class org.jblas.
ComplexFloatMatrix
norm2()
- Method in class org.jblas.
DoubleMatrix
The Euclidean norm of the matrix as vector, also the Frobenius norm of the matrix.
norm2()
- Method in class org.jblas.
FloatMatrix
The Euclidean norm of the matrix as vector, also the Frobenius norm of the matrix.
normalize(DoubleMatrix)
- Static method in class org.jblas.
Geometry
Normalize a vector (scale such that its Euclidean norm is 1) (in-place).
normalize(FloatMatrix)
- Static method in class org.jblas.
Geometry
Normalize a vector (scale such that its Euclidean norm is 1) (in-place).
normalizeColumns(DoubleMatrix)
- Static method in class org.jblas.
Geometry
Normalize the columns of a matrix (in-place).
normalizeColumns(FloatMatrix)
- Static method in class org.jblas.
Geometry
Normalize the columns of a matrix (in-place).
normalizeRows(DoubleMatrix)
- Static method in class org.jblas.
Geometry
Normalize the rows of a matrix (in-place).
normalizeRows(FloatMatrix)
- Static method in class org.jblas.
Geometry
Normalize the rows of a matrix (in-place).
normmax()
- Method in class org.jblas.
ComplexDoubleMatrix
normmax()
- Method in class org.jblas.
ComplexFloatMatrix
normmax()
- Method in class org.jblas.
DoubleMatrix
The maximum norm of the matrix (maximal absolute value of the elements).
normmax()
- Method in class org.jblas.
FloatMatrix
The maximum norm of the matrix (maximal absolute value of the elements).
not()
- Method in class org.jblas.
ComplexDoubleMatrix
not()
- Method in class org.jblas.
ComplexFloatMatrix
not()
- Method in class org.jblas.
DoubleMatrix
Maps zero to 1.0 and all non-zero values to 0.0.
not()
- Method in class org.jblas.
FloatMatrix
Maps zero to 1.0f and all non-zero values to 0.0f.
noti()
- Method in class org.jblas.
ComplexDoubleMatrix
noti()
- Method in class org.jblas.
ComplexFloatMatrix
noti()
- Method in class org.jblas.
DoubleMatrix
Maps zero to 1.0 and all non-zero values to 0.0 (in-place).
noti()
- Method in class org.jblas.
FloatMatrix
Maps zero to 1.0f and all non-zero values to 0.0f (in-place).
nrm2(DoubleMatrix)
- Static method in class org.jblas.
SimpleBlas
Compute || x ||_2 (2-norm)
nrm2(ComplexDoubleMatrix)
- Static method in class org.jblas.
SimpleBlas
nrm2(FloatMatrix)
- Static method in class org.jblas.
SimpleBlas
Compute || x ||_2 (2-norm)
nrm2(ComplexFloatMatrix)
- Static method in class org.jblas.
SimpleBlas
O
ones(int, int)
- Static method in class org.jblas.
ComplexDoubleMatrix
Creates a new matrix in which all values are equal 1.
ones(int)
- Static method in class org.jblas.
ComplexDoubleMatrix
ones(int, int)
- Static method in class org.jblas.
ComplexFloatMatrix
Creates a new matrix in which all values are equal 1.
ones(int)
- Static method in class org.jblas.
ComplexFloatMatrix
ones(int, int)
- Static method in class org.jblas.
DoubleMatrix
Creates a new matrix in which all values are equal 1.
ones(int)
- Static method in class org.jblas.
DoubleMatrix
Creates a row vector with all elements equal to 1.
ones(int, int)
- Static method in class org.jblas.
FloatMatrix
Creates a new matrix in which all values are equal 1.
ones(int)
- Static method in class org.jblas.
FloatMatrix
Creates a row vector with all elements equal to 1.
or(ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
or(ComplexDouble)
- Method in class org.jblas.
ComplexDoubleMatrix
or(double)
- Method in class org.jblas.
ComplexDoubleMatrix
or(ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
or(ComplexFloat)
- Method in class org.jblas.
ComplexFloatMatrix
or(float)
- Method in class org.jblas.
ComplexFloatMatrix
or(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Compute elementwise logical or.
or(double)
- Method in class org.jblas.
DoubleMatrix
Compute elementwise logical or against a scalar.
or(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Compute elementwise logical or.
or(float)
- Method in class org.jblas.
FloatMatrix
Compute elementwise logical or against a scalar.
org.jblas
- package org.jblas
Main linear algebra package.
org.jblas.exceptions
- package org.jblas.exceptions
jblas related exceptions.
org.jblas.ranges
- package org.jblas.ranges
Provide ways to specify indices ranges.
org.jblas.util
- package org.jblas.util
Support classes for jBLAS.
ori(ComplexDoubleMatrix, ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
ori(ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
ori(ComplexDouble, ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
ori(double, ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
ori(ComplexDouble)
- Method in class org.jblas.
ComplexDoubleMatrix
ori(double)
- Method in class org.jblas.
ComplexDoubleMatrix
ori(ComplexFloatMatrix, ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
ori(ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
ori(ComplexFloat, ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
ori(float, ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
ori(ComplexFloat)
- Method in class org.jblas.
ComplexFloatMatrix
ori(float)
- Method in class org.jblas.
ComplexFloatMatrix
ori(DoubleMatrix, DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Compute elementwise logical or (in-place).
ori(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Compute elementwise logical or (in-place).
ori(double, DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Compute elementwise logical or against a scalar (in-place).
ori(double)
- Method in class org.jblas.
DoubleMatrix
Compute elementwise logical or against a scalar (in-place).
ori(FloatMatrix, FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Compute elementwise logical or (in-place).
ori(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Compute elementwise logical or (in-place).
ori(float, FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Compute elementwise logical or against a scalar (in-place).
ori(float)
- Method in class org.jblas.
FloatMatrix
Compute elementwise logical or against a scalar (in-place).
out(DataOutputStream)
- Method in class org.jblas.
ComplexDoubleMatrix
Writes out this matrix to the given data stream.
out(DataOutputStream)
- Method in class org.jblas.
ComplexFloatMatrix
Writes out this matrix to the given data stream.
out(DataOutputStream)
- Method in class org.jblas.
DoubleMatrix
Writes out this matrix to the given data stream.
out(DataOutputStream)
- Method in class org.jblas.
FloatMatrix
Writes out this matrix to the given data stream.
P
p
- Variable in class org.jblas.
Decompose.LUDecomposition
pairwiseSquaredDistances(DoubleMatrix, DoubleMatrix)
- Static method in class org.jblas.
Geometry
Compute the pairwise squared distances between all columns of the two matrices.
pairwiseSquaredDistances(FloatMatrix, FloatMatrix)
- Static method in class org.jblas.
Geometry
Compute the pairwise squared distances between all columns of the two matrices.
permutationMatrixFromPivotIndices(int, int[])
- Static method in class org.jblas.util.
Permutations
Create a permutation matrix from a LAPACK-style 'ipiv' vector.
Permutations
- Class in
org.jblas.util
Permutations()
- Constructor for class org.jblas.util.
Permutations
point(int)
- Static method in class org.jblas.ranges.
RangeUtils
Construct point range (constant range) with given index.
PointRange
- Class in
org.jblas.ranges
A PointRange is a range which only has a single point.
PointRange(int)
- Constructor for class org.jblas.ranges.
PointRange
Construct a new PointRange with the one given index.
posv(char, DoubleMatrix, DoubleMatrix)
- Static method in class org.jblas.
SimpleBlas
posv(char, FloatMatrix, FloatMatrix)
- Static method in class org.jblas.
SimpleBlas
pow(double, double)
- Static method in class org.jblas.
MatrixFunctions
pow(DoubleMatrix, double)
- Static method in class org.jblas.
MatrixFunctions
pow(double, DoubleMatrix)
- Static method in class org.jblas.
MatrixFunctions
pow(DoubleMatrix, DoubleMatrix)
- Static method in class org.jblas.
MatrixFunctions
pow(float, float)
- Static method in class org.jblas.
MatrixFunctions
pow(FloatMatrix, float)
- Static method in class org.jblas.
MatrixFunctions
pow(float, FloatMatrix)
- Static method in class org.jblas.
MatrixFunctions
pow(FloatMatrix, FloatMatrix)
- Static method in class org.jblas.
MatrixFunctions
powi(DoubleMatrix, double)
- Static method in class org.jblas.
MatrixFunctions
Element-wise power function.
powi(double, DoubleMatrix)
- Static method in class org.jblas.
MatrixFunctions
powi(DoubleMatrix, DoubleMatrix)
- Static method in class org.jblas.
MatrixFunctions
powi(FloatMatrix, float)
- Static method in class org.jblas.
MatrixFunctions
Element-wise power function.
powi(float, FloatMatrix)
- Static method in class org.jblas.
MatrixFunctions
powi(FloatMatrix, FloatMatrix)
- Static method in class org.jblas.
MatrixFunctions
print()
- Method in class org.jblas.
ComplexDoubleMatrix
Pretty-print this matrix to
System.out
.
print()
- Method in class org.jblas.
ComplexFloatMatrix
Pretty-print this matrix to
System.out
.
print()
- Method in class org.jblas.
DoubleMatrix
Pretty-print this matrix to
System.out
.
print()
- Method in class org.jblas.
FloatMatrix
Pretty-print this matrix to
System.out
.
prod()
- Method in class org.jblas.
DoubleMatrix
Computes the product of all elements of the matrix
prod()
- Method in class org.jblas.
FloatMatrix
Computes the product of all elements of the matrix
project(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Computes the projection coefficient of other on this.
project(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Computes the projection coefficient of other on this.
put(int[], ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
put(int, int[], ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
put(int[], int, ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
put(int[], int[], ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
put(int[], double)
- Method in class org.jblas.
ComplexDoubleMatrix
put(int[], ComplexDouble)
- Method in class org.jblas.
ComplexDoubleMatrix
put(int, int[], double)
- Method in class org.jblas.
ComplexDoubleMatrix
put(int, int[], ComplexDouble)
- Method in class org.jblas.
ComplexDoubleMatrix
put(int[], int, double)
- Method in class org.jblas.
ComplexDoubleMatrix
put(int[], int, ComplexDouble)
- Method in class org.jblas.
ComplexDoubleMatrix
put(int[], int[], double)
- Method in class org.jblas.
ComplexDoubleMatrix
put(int[], int[], ComplexDouble)
- Method in class org.jblas.
ComplexDoubleMatrix
put(ComplexDoubleMatrix, ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
put(int, ComplexDoubleMatrix, ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
put(ComplexDoubleMatrix, int, ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
put(ComplexDoubleMatrix, ComplexDoubleMatrix, ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
put(ComplexDoubleMatrix, double)
- Method in class org.jblas.
ComplexDoubleMatrix
put(ComplexDoubleMatrix, ComplexDouble)
- Method in class org.jblas.
ComplexDoubleMatrix
put(int, ComplexDoubleMatrix, double)
- Method in class org.jblas.
ComplexDoubleMatrix
put(int, ComplexDoubleMatrix, ComplexDouble)
- Method in class org.jblas.
ComplexDoubleMatrix
put(ComplexDoubleMatrix, int, double)
- Method in class org.jblas.
ComplexDoubleMatrix
put(ComplexDoubleMatrix, int, ComplexDouble)
- Method in class org.jblas.
ComplexDoubleMatrix
put(ComplexDoubleMatrix, ComplexDoubleMatrix, double)
- Method in class org.jblas.
ComplexDoubleMatrix
put(ComplexDoubleMatrix, ComplexDoubleMatrix, ComplexDouble)
- Method in class org.jblas.
ComplexDoubleMatrix
put(int, int, double)
- Method in class org.jblas.
ComplexDoubleMatrix
Set matrix element
put(int, int, ComplexDouble)
- Method in class org.jblas.
ComplexDoubleMatrix
put(int, double)
- Method in class org.jblas.
ComplexDoubleMatrix
put(int, ComplexDouble)
- Method in class org.jblas.
ComplexDoubleMatrix
put(int[], ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
put(int, int[], ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
put(int[], int, ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
put(int[], int[], ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
put(int[], float)
- Method in class org.jblas.
ComplexFloatMatrix
put(int[], ComplexFloat)
- Method in class org.jblas.
ComplexFloatMatrix
put(int, int[], float)
- Method in class org.jblas.
ComplexFloatMatrix
put(int, int[], ComplexFloat)
- Method in class org.jblas.
ComplexFloatMatrix
put(int[], int, float)
- Method in class org.jblas.
ComplexFloatMatrix
put(int[], int, ComplexFloat)
- Method in class org.jblas.
ComplexFloatMatrix
put(int[], int[], float)
- Method in class org.jblas.
ComplexFloatMatrix
put(int[], int[], ComplexFloat)
- Method in class org.jblas.
ComplexFloatMatrix
put(ComplexFloatMatrix, ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
put(int, ComplexFloatMatrix, ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
put(ComplexFloatMatrix, int, ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
put(ComplexFloatMatrix, ComplexFloatMatrix, ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
put(ComplexFloatMatrix, float)
- Method in class org.jblas.
ComplexFloatMatrix
put(ComplexFloatMatrix, ComplexFloat)
- Method in class org.jblas.
ComplexFloatMatrix
put(int, ComplexFloatMatrix, float)
- Method in class org.jblas.
ComplexFloatMatrix
put(int, ComplexFloatMatrix, ComplexFloat)
- Method in class org.jblas.
ComplexFloatMatrix
put(ComplexFloatMatrix, int, float)
- Method in class org.jblas.
ComplexFloatMatrix
put(ComplexFloatMatrix, int, ComplexFloat)
- Method in class org.jblas.
ComplexFloatMatrix
put(ComplexFloatMatrix, ComplexFloatMatrix, float)
- Method in class org.jblas.
ComplexFloatMatrix
put(ComplexFloatMatrix, ComplexFloatMatrix, ComplexFloat)
- Method in class org.jblas.
ComplexFloatMatrix
put(int, int, float)
- Method in class org.jblas.
ComplexFloatMatrix
Set matrix element
put(int, int, ComplexFloat)
- Method in class org.jblas.
ComplexFloatMatrix
put(int, float)
- Method in class org.jblas.
ComplexFloatMatrix
put(int, ComplexFloat)
- Method in class org.jblas.
ComplexFloatMatrix
put(int[], DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Set elements in linear ordering in the specified indices.
put(int, int[], DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Set multiple elements in a row.
put(int[], int, DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Set multiple elements in a row.
put(int[], int[], DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Put a sub-matrix as specified by the indices.
put(Range, Range, DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Put a matrix into specified indices.
put(int[], double)
- Method in class org.jblas.
DoubleMatrix
Put a single value into the specified indices (linear adressing).
put(int, int[], double)
- Method in class org.jblas.
DoubleMatrix
Put a single value into a row and the specified columns.
put(int[], int, double)
- Method in class org.jblas.
DoubleMatrix
Put a single value into the specified rows of a column.
put(int[], int[], double)
- Method in class org.jblas.
DoubleMatrix
Put a single value into the specified rows and columns.
put(DoubleMatrix, DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Put a sub-matrix into the indices specified by the non-zero entries of
indices
(linear adressing).
put(int, DoubleMatrix, DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Put a sub-vector into the specified columns (non-zero entries of
indices
) of a row.
put(DoubleMatrix, int, DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Put a sub-vector into the specified rows (non-zero entries of
indices
) of a column.
put(DoubleMatrix, DoubleMatrix, DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Put a sub-matrix into the specified rows and columns (non-zero entries of
rindices
and
cindices
.
put(DoubleMatrix, double)
- Method in class org.jblas.
DoubleMatrix
Put a single value into the elements specified by the non-zero entries of
indices
(linear adressing).
put(int, DoubleMatrix, double)
- Method in class org.jblas.
DoubleMatrix
Put a single value into the specified columns (non-zero entries of
indices
) of a row.
put(DoubleMatrix, int, double)
- Method in class org.jblas.
DoubleMatrix
Put a single value into the specified rows (non-zero entries of
indices
) of a column.
put(DoubleMatrix, DoubleMatrix, double)
- Method in class org.jblas.
DoubleMatrix
Put a single value in the specified rows and columns (non-zero entries of
rindices
and
cindices
.
put(int, int, double)
- Method in class org.jblas.
DoubleMatrix
Set matrix element
put(int, double)
- Method in class org.jblas.
DoubleMatrix
Set a matrix element (linear indexing).
put(int[], FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Set elements in linear ordering in the specified indices.
put(int, int[], FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Set multiple elements in a row.
put(int[], int, FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Set multiple elements in a row.
put(int[], int[], FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Put a sub-matrix as specified by the indices.
put(Range, Range, FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Put a matrix into specified indices.
put(int[], float)
- Method in class org.jblas.
FloatMatrix
Put a single value into the specified indices (linear adressing).
put(int, int[], float)
- Method in class org.jblas.
FloatMatrix
Put a single value into a row and the specified columns.
put(int[], int, float)
- Method in class org.jblas.
FloatMatrix
Put a single value into the specified rows of a column.
put(int[], int[], float)
- Method in class org.jblas.
FloatMatrix
Put a single value into the specified rows and columns.
put(FloatMatrix, FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Put a sub-matrix into the indices specified by the non-zero entries of
indices
(linear adressing).
put(int, FloatMatrix, FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Put a sub-vector into the specified columns (non-zero entries of
indices
) of a row.
put(FloatMatrix, int, FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Put a sub-vector into the specified rows (non-zero entries of
indices
) of a column.
put(FloatMatrix, FloatMatrix, FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Put a sub-matrix into the specified rows and columns (non-zero entries of
rindices
and
cindices
.
put(FloatMatrix, float)
- Method in class org.jblas.
FloatMatrix
Put a single value into the elements specified by the non-zero entries of
indices
(linear adressing).
put(int, FloatMatrix, float)
- Method in class org.jblas.
FloatMatrix
Put a single value into the specified columns (non-zero entries of
indices
) of a row.
put(FloatMatrix, int, float)
- Method in class org.jblas.
FloatMatrix
Put a single value into the specified rows (non-zero entries of
indices
) of a column.
put(FloatMatrix, FloatMatrix, float)
- Method in class org.jblas.
FloatMatrix
Put a single value in the specified rows and columns (non-zero entries of
rindices
and
cindices
.
put(int, int, float)
- Method in class org.jblas.
FloatMatrix
Set matrix element
put(int, float)
- Method in class org.jblas.
FloatMatrix
Set a matrix element (linear indexing).
putColumn(int, ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
putColumn(int, ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
putColumn(int, DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Copy a column back into the matrix.
putColumn(int, FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Copy a column back into the matrix.
putImag(int[], double)
- Method in class org.jblas.
ComplexDoubleMatrix
putImag(int, int[], double)
- Method in class org.jblas.
ComplexDoubleMatrix
putImag(int[], int, double)
- Method in class org.jblas.
ComplexDoubleMatrix
putImag(int[], int[], double)
- Method in class org.jblas.
ComplexDoubleMatrix
putImag(ComplexDoubleMatrix, double)
- Method in class org.jblas.
ComplexDoubleMatrix
putImag(int, ComplexDoubleMatrix, double)
- Method in class org.jblas.
ComplexDoubleMatrix
putImag(ComplexDoubleMatrix, int, double)
- Method in class org.jblas.
ComplexDoubleMatrix
putImag(ComplexDoubleMatrix, ComplexDoubleMatrix, double)
- Method in class org.jblas.
ComplexDoubleMatrix
putImag(int, int, double)
- Method in class org.jblas.
ComplexDoubleMatrix
putImag(int, double)
- Method in class org.jblas.
ComplexDoubleMatrix
putImag(int[], float)
- Method in class org.jblas.
ComplexFloatMatrix
putImag(int, int[], float)
- Method in class org.jblas.
ComplexFloatMatrix
putImag(int[], int, float)
- Method in class org.jblas.
ComplexFloatMatrix
putImag(int[], int[], float)
- Method in class org.jblas.
ComplexFloatMatrix
putImag(ComplexFloatMatrix, float)
- Method in class org.jblas.
ComplexFloatMatrix
putImag(int, ComplexFloatMatrix, float)
- Method in class org.jblas.
ComplexFloatMatrix
putImag(ComplexFloatMatrix, int, float)
- Method in class org.jblas.
ComplexFloatMatrix
putImag(ComplexFloatMatrix, ComplexFloatMatrix, float)
- Method in class org.jblas.
ComplexFloatMatrix
putImag(int, int, float)
- Method in class org.jblas.
ComplexFloatMatrix
putImag(int, float)
- Method in class org.jblas.
ComplexFloatMatrix
putReal(int[], double)
- Method in class org.jblas.
ComplexDoubleMatrix
putReal(int, int[], double)
- Method in class org.jblas.
ComplexDoubleMatrix
putReal(int[], int, double)
- Method in class org.jblas.
ComplexDoubleMatrix
putReal(int[], int[], double)
- Method in class org.jblas.
ComplexDoubleMatrix
putReal(ComplexDoubleMatrix, double)
- Method in class org.jblas.
ComplexDoubleMatrix
putReal(int, ComplexDoubleMatrix, double)
- Method in class org.jblas.
ComplexDoubleMatrix
putReal(ComplexDoubleMatrix, int, double)
- Method in class org.jblas.
ComplexDoubleMatrix
putReal(ComplexDoubleMatrix, ComplexDoubleMatrix, double)
- Method in class org.jblas.
ComplexDoubleMatrix
putReal(int, int, double)
- Method in class org.jblas.
ComplexDoubleMatrix
putReal(int, double)
- Method in class org.jblas.
ComplexDoubleMatrix
putReal(int[], float)
- Method in class org.jblas.
ComplexFloatMatrix
putReal(int, int[], float)
- Method in class org.jblas.
ComplexFloatMatrix
putReal(int[], int, float)
- Method in class org.jblas.
ComplexFloatMatrix
putReal(int[], int[], float)
- Method in class org.jblas.
ComplexFloatMatrix
putReal(ComplexFloatMatrix, float)
- Method in class org.jblas.
ComplexFloatMatrix
putReal(int, ComplexFloatMatrix, float)
- Method in class org.jblas.
ComplexFloatMatrix
putReal(ComplexFloatMatrix, int, float)
- Method in class org.jblas.
ComplexFloatMatrix
putReal(ComplexFloatMatrix, ComplexFloatMatrix, float)
- Method in class org.jblas.
ComplexFloatMatrix
putReal(int, int, float)
- Method in class org.jblas.
ComplexFloatMatrix
putReal(int, float)
- Method in class org.jblas.
ComplexFloatMatrix
putRow(int, ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
putRow(int, ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
putRow(int, DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Copy a row back into the matrix.
putRow(int, FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Copy a row back into the matrix.
R
rand(int, int)
- Static method in class org.jblas.
DoubleMatrix
Create matrix with random values uniformly in 0..1.
rand(int)
- Static method in class org.jblas.
DoubleMatrix
Creates a row vector with random values uniformly in 0..1.
rand(int, int)
- Static method in class org.jblas.
FloatMatrix
Create matrix with random values uniformly in 0..1.
rand(int)
- Static method in class org.jblas.
FloatMatrix
Creates a row vector with random values uniformly in 0..1.
randn(int, int)
- Static method in class org.jblas.
DoubleMatrix
Create matrix with normally distributed random values.
randn(int)
- Static method in class org.jblas.
DoubleMatrix
Create row vector with normally distributed random values.
randn(int, int)
- Static method in class org.jblas.
FloatMatrix
Create matrix with normally distributed random values.
randn(int)
- Static method in class org.jblas.
FloatMatrix
Create row vector with normally distributed random values.
randomPermutation(int)
- Static method in class org.jblas.util.
Permutations
Create a random permutation of the numbers 0, ..., size - 1.
randomSubset(int, int)
- Static method in class org.jblas.util.
Permutations
Get a random sample of k out of n elements.
Range
- Interface in
org.jblas.ranges
The Range interface represents basically a set of indices.
RangeUtils
- Class in
org.jblas.ranges
A bunch of static functions for making construction of ranges more uniform.
RangeUtils()
- Constructor for class org.jblas.ranges.
RangeUtils
rankOneUpdate(ComplexDouble, ComplexDoubleMatrix, ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
Computes a rank-1-update A = A + alpha * x * y'.
rankOneUpdate(double, ComplexDoubleMatrix, ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
rankOneUpdate(double, ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
Computes a rank-1-update A = A + alpha * x * x'.
rankOneUpdate(ComplexDouble, ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
Computes a rank-1-update A = A + alpha * x * x'.
rankOneUpdate(ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
Computes a rank-1-update A = A + x * x'.
rankOneUpdate(ComplexDoubleMatrix, ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
Computes a rank-1-update A = A + x * y'.
rankOneUpdate(ComplexFloat, ComplexFloatMatrix, ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
Computes a rank-1-update A = A + alpha * x * y'.
rankOneUpdate(float, ComplexFloatMatrix, ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
rankOneUpdate(float, ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
Computes a rank-1-update A = A + alpha * x * x'.
rankOneUpdate(ComplexFloat, ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
Computes a rank-1-update A = A + alpha * x * x'.
rankOneUpdate(ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
Computes a rank-1-update A = A + x * x'.
rankOneUpdate(ComplexFloatMatrix, ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
Computes a rank-1-update A = A + x * y'.
rankOneUpdate(double, DoubleMatrix, DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Computes a rank-1-update A = A + alpha * x * y'.
rankOneUpdate(double, DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Computes a rank-1-update A = A + alpha * x * x'.
rankOneUpdate(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Computes a rank-1-update A = A + x * x'.
rankOneUpdate(DoubleMatrix, DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Computes a rank-1-update A = A + x * y'.
rankOneUpdate(float, FloatMatrix, FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Computes a rank-1-update A = A + alpha * x * y'.
rankOneUpdate(float, FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Computes a rank-1-update A = A + alpha * x * x'.
rankOneUpdate(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Computes a rank-1-update A = A + x * x'.
rankOneUpdate(FloatMatrix, FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Computes a rank-1-update A = A + x * y'.
raxpy(int, double, double[], int, int, double[], int, int)
- Static method in class org.jblas.
JavaBlas
Compute dy <- da * dx + dy.
raxpy(int, float, float[], int, int, float[], int, int)
- Static method in class org.jblas.
JavaBlas
Compute dy <- da * dx + dy.
rcopy(int, double[], int, int, double[], int, int)
- Static method in class org.jblas.
JavaBlas
Copy dx to dy.
rcopy(int, float[], int, int, float[], int, int)
- Static method in class org.jblas.
JavaBlas
Copy dx to dy.
rdiv(ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
rdiv(ComplexDouble)
- Method in class org.jblas.
ComplexDoubleMatrix
rdiv(double)
- Method in class org.jblas.
ComplexDoubleMatrix
rdiv(ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
rdiv(ComplexFloat)
- Method in class org.jblas.
ComplexFloatMatrix
rdiv(float)
- Method in class org.jblas.
ComplexFloatMatrix
rdiv(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
(right-)elementwise divide by a matrix (in place).
rdiv(double)
- Method in class org.jblas.
DoubleMatrix
(right-)elementwise divide by a scalar.
rdiv(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
(right-)elementwise divide by a matrix (in place).
rdiv(float)
- Method in class org.jblas.
FloatMatrix
(right-)elementwise divide by a scalar.
rdivi(ComplexDoubleMatrix, ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
(Elementwise) division, with operands switched.
rdivi(ComplexDouble, ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
(Elementwise) division with a scalar, with operands switched.
rdivi(double, ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
rdivi(ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
rdivi(ComplexDouble)
- Method in class org.jblas.
ComplexDoubleMatrix
rdivi(double)
- Method in class org.jblas.
ComplexDoubleMatrix
rdivi(ComplexFloatMatrix, ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
(Elementwise) division, with operands switched.
rdivi(ComplexFloat, ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
(Elementwise) division with a scalar, with operands switched.
rdivi(float, ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
rdivi(ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
rdivi(ComplexFloat)
- Method in class org.jblas.
ComplexFloatMatrix
rdivi(float)
- Method in class org.jblas.
ComplexFloatMatrix
rdivi(DoubleMatrix, DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Elementwise division, with operands switched.
rdivi(double, DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
(Elementwise) division with a scalar, with operands switched.
rdivi(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
(right-)elementwise divide by a matrix (in place).
rdivi(double)
- Method in class org.jblas.
DoubleMatrix
(right-)elementwise divide by a scalar (in place).
rdivi(FloatMatrix, FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Elementwise division, with operands switched.
rdivi(float, FloatMatrix)
- Method in class org.jblas.
FloatMatrix
(Elementwise) division with a scalar, with operands switched.
rdivi(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
(right-)elementwise divide by a matrix (in place).
rdivi(float)
- Method in class org.jblas.
FloatMatrix
(right-)elementwise divide by a scalar (in place).
rdot(int, double[], int, int, double[], int, int)
- Static method in class org.jblas.
JavaBlas
Compute scalar product between dx and dy.
rdot(int, float[], int, int, float[], int, int)
- Static method in class org.jblas.
JavaBlas
Compute scalar product between dx and dy.
real()
- Method in class org.jblas.
ComplexDouble
real()
- Method in class org.jblas.
ComplexDoubleMatrix
Get real part of the matrix.
real()
- Method in class org.jblas.
ComplexFloat
real()
- Method in class org.jblas.
ComplexFloatMatrix
Get real part of the matrix.
repmat(int, int)
- Method in class org.jblas.
DoubleMatrix
Generate a new matrix which has the given number of replications of this.
repmat(int, int)
- Method in class org.jblas.
FloatMatrix
Generate a new matrix which has the given number of replications of this.
reshape(int, int)
- Method in class org.jblas.
ComplexDoubleMatrix
Reshape the matrix.
reshape(int, int)
- Method in class org.jblas.
ComplexFloatMatrix
Reshape the matrix.
reshape(int, int)
- Method in class org.jblas.
DoubleMatrix
Reshape the matrix.
reshape(int, int)
- Method in class org.jblas.
FloatMatrix
Reshape the matrix.
resize(int, int)
- Method in class org.jblas.
ComplexDoubleMatrix
Resize the matrix.
resize(int, int)
- Method in class org.jblas.
ComplexFloatMatrix
Resize the matrix.
resize(int, int)
- Method in class org.jblas.
DoubleMatrix
Resize the matrix.
resize(int, int)
- Method in class org.jblas.
FloatMatrix
Resize the matrix.
rowArgmaxs()
- Method in class org.jblas.
DoubleMatrix
Return index of minimal element per row.
rowArgmaxs()
- Method in class org.jblas.
FloatMatrix
Return index of minimal element per row.
rowArgmins()
- Method in class org.jblas.
DoubleMatrix
Return index of minimal element per row.
rowArgmins()
- Method in class org.jblas.
FloatMatrix
Return index of minimal element per row.
rowMaxs()
- Method in class org.jblas.
DoubleMatrix
Return row-wise maximums.
rowMaxs()
- Method in class org.jblas.
FloatMatrix
Return row-wise maximums.
rowMeans()
- Method in class org.jblas.
ComplexDoubleMatrix
rowMeans()
- Method in class org.jblas.
ComplexFloatMatrix
rowMeans()
- Method in class org.jblas.
DoubleMatrix
Return a vector containing the means of the rows.
rowMeans()
- Method in class org.jblas.
FloatMatrix
Return a vector containing the means of the rows.
rowMins()
- Method in class org.jblas.
DoubleMatrix
Return row-wise minimums.
rowMins()
- Method in class org.jblas.
FloatMatrix
Return row-wise minimums.
rows
- Variable in class org.jblas.
ComplexDoubleMatrix
rows
- Variable in class org.jblas.
ComplexFloatMatrix
rows
- Variable in class org.jblas.
DoubleMatrix
Number of rows.
rows
- Variable in class org.jblas.
FloatMatrix
Number of rows.
rowsAsList()
- Method in class org.jblas.
DoubleMatrix
rowsAsList()
- Method in class org.jblas.
FloatMatrix
rowSortingPermutations()
- Method in class org.jblas.
DoubleMatrix
Return matrix of indices which sort all columns.
rowSortingPermutations()
- Method in class org.jblas.
FloatMatrix
Return matrix of indices which sort all columns.
rowSums()
- Method in class org.jblas.
ComplexDoubleMatrix
rowSums()
- Method in class org.jblas.
ComplexFloatMatrix
rowSums()
- Method in class org.jblas.
DoubleMatrix
Return a vector containing the sum of the rows.
rowSums()
- Method in class org.jblas.
FloatMatrix
Return a vector containing the sum of the rows.
rsub(ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
rsub(ComplexDouble)
- Method in class org.jblas.
ComplexDoubleMatrix
rsub(double)
- Method in class org.jblas.
ComplexDoubleMatrix
rsub(ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
rsub(ComplexFloat)
- Method in class org.jblas.
ComplexFloatMatrix
rsub(float)
- Method in class org.jblas.
ComplexFloatMatrix
rsub(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
(right-)subtract a matrix (in place).
rsub(double)
- Method in class org.jblas.
DoubleMatrix
(right-)subtract a scalar.
rsub(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
(right-)subtract a matrix (in place).
rsub(float)
- Method in class org.jblas.
FloatMatrix
(right-)subtract a scalar.
rsubi(ComplexDoubleMatrix, ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
Subtract two matrices, but subtract first from second matrix, that is, compute
result = other - this
.
rsubi(ComplexDouble, ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
Subtract a matrix from a scalar
rsubi(double, ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
rsubi(ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
rsubi(ComplexDouble)
- Method in class org.jblas.
ComplexDoubleMatrix
rsubi(double)
- Method in class org.jblas.
ComplexDoubleMatrix
rsubi(ComplexFloatMatrix, ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
Subtract two matrices, but subtract first from second matrix, that is, compute
result = other - this
.
rsubi(ComplexFloat, ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
Subtract a matrix from a scalar
rsubi(float, ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
rsubi(ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
rsubi(ComplexFloat)
- Method in class org.jblas.
ComplexFloatMatrix
rsubi(float)
- Method in class org.jblas.
ComplexFloatMatrix
rsubi(DoubleMatrix, DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Subtract two matrices, but subtract first from second matrix, that is, compute
result = other - this
(in-place).
rsubi(double, DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Subtract a matrix from a scalar (in-place).
rsubi(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
(right-)subtract a matrix (in place).
rsubi(double)
- Method in class org.jblas.
DoubleMatrix
(right-)subtract a scalar (in place).
rsubi(FloatMatrix, FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Subtract two matrices, but subtract first from second matrix, that is, compute
result = other - this
(in-place).
rsubi(float, FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Subtract a matrix from a scalar (in-place).
rsubi(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
(right-)subtract a matrix (in place).
rsubi(float)
- Method in class org.jblas.
FloatMatrix
(right-)subtract a scalar (in place).
rswap(int, double[], int, int, double[], int, int)
- Static method in class org.jblas.
JavaBlas
Exchange two vectors.
rswap(int, float[], int, int, float[], int, int)
- Static method in class org.jblas.
JavaBlas
Exchange two vectors.
rzaxpy(int, double[], int, int, double, double[], int, int, double[], int, int)
- Static method in class org.jblas.
JavaBlas
Computes dz <- dx + dy
rzaxpy(int, float[], int, int, float, float[], int, int, float[], int, int)
- Static method in class org.jblas.
JavaBlas
Computes dz <- dx + dy
rzgxpy(int, double[], double[], double[])
- Static method in class org.jblas.
JavaBlas
rzgxpy(int, float[], float[], float[])
- Static method in class org.jblas.
JavaBlas
S
sameLength(ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
sameLength(ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
sameLength(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Checks whether two matrices have the same length.
sameLength(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Checks whether two matrices have the same length.
sameSize(ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
Checks whether two matrices have the same size.
sameSize(ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
Checks whether two matrices have the same size.
sameSize(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Checks whether two matrices have the same size.
sameSize(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Checks whether two matrices have the same size.
SanityChecks
- Class in
org.jblas.util
SanityChecks()
- Constructor for class org.jblas.util.
SanityChecks
sasum(int, float[], int, int)
- Static method in class org.jblas.
NativeBlas
save(String)
- Method in class org.jblas.
ComplexDoubleMatrix
Saves this matrix to the specified file.
save(String)
- Method in class org.jblas.
ComplexFloatMatrix
Saves this matrix to the specified file.
save(String)
- Method in class org.jblas.
DoubleMatrix
Saves this matrix to the specified file.
save(String)
- Method in class org.jblas.
FloatMatrix
Saves this matrix to the specified file.
saxpy(int, float, float[], int, int, float[], int, int)
- Static method in class org.jblas.
NativeBlas
scal(double, DoubleMatrix)
- Static method in class org.jblas.
SimpleBlas
Compute x <- alpha * x (scale a matrix)
scal(ComplexDouble, ComplexDoubleMatrix)
- Static method in class org.jblas.
SimpleBlas
scal(float, FloatMatrix)
- Static method in class org.jblas.
SimpleBlas
Compute x <- alpha * x (scale a matrix)
scal(ComplexFloat, ComplexFloatMatrix)
- Static method in class org.jblas.
SimpleBlas
scalar(double)
- Static method in class org.jblas.
ComplexDoubleMatrix
Create a 1 * 1 - matrix.
scalar()
- Method in class org.jblas.
ComplexDoubleMatrix
Return the first element of the matrix
scalar(float)
- Static method in class org.jblas.
ComplexFloatMatrix
Create a 1 * 1 - matrix.
scalar()
- Method in class org.jblas.
ComplexFloatMatrix
Return the first element of the matrix
scalar(double)
- Static method in class org.jblas.
DoubleMatrix
Create a 1-by-1 matrix.
scalar()
- Method in class org.jblas.
DoubleMatrix
Return the first element of the matrix.
scalar(float)
- Static method in class org.jblas.
FloatMatrix
Create a 1-by-1 matrix.
scalar()
- Method in class org.jblas.
FloatMatrix
Return the first element of the matrix.
scasum(int, float[], int, int)
- Static method in class org.jblas.
NativeBlas
scnrm2(int, float[], int, int)
- Static method in class org.jblas.
NativeBlas
scopy(int, float[], int, int, float[], int, int)
- Static method in class org.jblas.
NativeBlas
sdot(int, float[], int, int, float[], int, int)
- Static method in class org.jblas.
NativeBlas
set(double, double)
- Method in class org.jblas.
ComplexDouble
set(float, float)
- Method in class org.jblas.
ComplexFloat
sgbmv(char, int, int, int, int, float, float[], int, int, float[], int, int, float, float[], int, int)
- Static method in class org.jblas.
NativeBlas
sgeev(char, char, int, float[], int, int, float[], int, float[], int, float[], int, int, float[], int, int, float[], int, int)
- Static method in class org.jblas.
NativeBlas
sgeev(char, char, int, float[], int, int, float[], int, float[], int, float[], int, int, float[], int, int)
- Static method in class org.jblas.
NativeBlas
sgemm(char, char, int, int, int, float, float[], int, int, float[], int, int, float, float[], int, int)
- Static method in class org.jblas.
NativeBlas
sgemv(char, int, int, float, float[], int, int, float[], int, int, float, float[], int, int)
- Static method in class org.jblas.
NativeBlas
sger(int, int, float, float[], int, int, float[], int, int, float[], int, int)
- Static method in class org.jblas.
NativeBlas
sgesv(int, int, float[], int, int, int[], int, float[], int, int)
- Static method in class org.jblas.
NativeBlas
sgetrf(int, int, float[], int, int, int[], int)
- Static method in class org.jblas.
NativeBlas
signum(DoubleMatrix)
- Static method in class org.jblas.
MatrixFunctions
signum(double)
- Static method in class org.jblas.
MatrixFunctions
signum(FloatMatrix)
- Static method in class org.jblas.
MatrixFunctions
signum(float)
- Static method in class org.jblas.
MatrixFunctions
signumi(DoubleMatrix)
- Static method in class org.jblas.
MatrixFunctions
signumi(FloatMatrix)
- Static method in class org.jblas.
MatrixFunctions
SimpleBlas
- Class in
org.jblas
This class provides a cleaner direct interface to the BLAS routines by extracting the parameters of the matrices from the matrices itself.
SimpleBlas()
- Constructor for class org.jblas.
SimpleBlas
sin(DoubleMatrix)
- Static method in class org.jblas.
MatrixFunctions
sin(double)
- Static method in class org.jblas.
MatrixFunctions
sin(FloatMatrix)
- Static method in class org.jblas.
MatrixFunctions
sin(float)
- Static method in class org.jblas.
MatrixFunctions
sinc(double)
- Static method in class org.jblas.util.
Functions
sinh(DoubleMatrix)
- Static method in class org.jblas.
MatrixFunctions
sinh(double)
- Static method in class org.jblas.
MatrixFunctions
sinh(FloatMatrix)
- Static method in class org.jblas.
MatrixFunctions
sinh(float)
- Static method in class org.jblas.
MatrixFunctions
sinhi(DoubleMatrix)
- Static method in class org.jblas.
MatrixFunctions
sinhi(FloatMatrix)
- Static method in class org.jblas.
MatrixFunctions
sini(DoubleMatrix)
- Static method in class org.jblas.
MatrixFunctions
sini(FloatMatrix)
- Static method in class org.jblas.
MatrixFunctions
size()
- Method in class org.jblas.
DoubleMatrix.ColumnsAsListView
size()
- Method in class org.jblas.
DoubleMatrix.ElementsAsListView
size()
- Method in class org.jblas.
DoubleMatrix.RowsAsListView
size()
- Method in class org.jblas.
FloatMatrix.ColumnsAsListView
size()
- Method in class org.jblas.
FloatMatrix.ElementsAsListView
size()
- Method in class org.jblas.
FloatMatrix.RowsAsListView
SizeException
- Exception in
org.jblas.exceptions
SizeException(String)
- Constructor for exception org.jblas.exceptions.
SizeException
snrm2(int, float[], int, int)
- Static method in class org.jblas.
NativeBlas
Solve
- Class in
org.jblas
Solving linear equations.
Solve()
- Constructor for class org.jblas.
Solve
solve(DoubleMatrix, DoubleMatrix)
- Static method in class org.jblas.
Solve
solve(FloatMatrix, FloatMatrix)
- Static method in class org.jblas.
Solve
solvePositive(DoubleMatrix, DoubleMatrix)
- Static method in class org.jblas.
Solve
solvePositive(FloatMatrix, FloatMatrix)
- Static method in class org.jblas.
Solve
solveSymmetric(DoubleMatrix, DoubleMatrix)
- Static method in class org.jblas.
Solve
solveSymmetric(FloatMatrix, FloatMatrix)
- Static method in class org.jblas.
Solve
sort()
- Method in class org.jblas.
DoubleMatrix
Return a new matrix with all elements sorted.
sort()
- Method in class org.jblas.
FloatMatrix
Return a new matrix with all elements sorted.
sortColumns()
- Method in class org.jblas.
DoubleMatrix
Sort columns.
sortColumns()
- Method in class org.jblas.
FloatMatrix
Sort columns.
sortColumnsi()
- Method in class org.jblas.
DoubleMatrix
Sort columns (in-place).
sortColumnsi()
- Method in class org.jblas.
FloatMatrix
Sort columns (in-place).
sorti()
- Method in class org.jblas.
DoubleMatrix
Sort elements in-place.
sorti()
- Method in class org.jblas.
FloatMatrix
Sort elements in-place.
sortingPermutation()
- Method in class org.jblas.
DoubleMatrix
Get the sorting permutation.
sortingPermutation()
- Method in class org.jblas.
FloatMatrix
Get the sorting permutation.
sortRows()
- Method in class org.jblas.
DoubleMatrix
Sort rows.
sortRows()
- Method in class org.jblas.
FloatMatrix
Sort rows.
sortRowsi()
- Method in class org.jblas.
DoubleMatrix
Sort rows (in-place).
sortRowsi()
- Method in class org.jblas.
FloatMatrix
Sort rows (in-place).
sposv(char, int, int, float[], int, int, float[], int, int)
- Static method in class org.jblas.
NativeBlas
spotrf(char, int, float[], int, int)
- Static method in class org.jblas.
NativeBlas
sqrt(DoubleMatrix)
- Static method in class org.jblas.
MatrixFunctions
sqrt(double)
- Static method in class org.jblas.
MatrixFunctions
sqrt(FloatMatrix)
- Static method in class org.jblas.
MatrixFunctions
sqrt(float)
- Static method in class org.jblas.
MatrixFunctions
sqrti(DoubleMatrix)
- Static method in class org.jblas.
MatrixFunctions
sqrti(FloatMatrix)
- Static method in class org.jblas.
MatrixFunctions
srot(int, float[], int, int, float[], int, int, float, float)
- Static method in class org.jblas.
NativeBlas
srotg(float, float, float, float)
- Static method in class org.jblas.
NativeBlas
srotm(int, float[], int, int, float[], int, int, float[], int)
- Static method in class org.jblas.
NativeBlas
srotmg(float[], int, float[], int, float[], int, float, float[], int)
- Static method in class org.jblas.
NativeBlas
ssbmv(char, int, int, float, float[], int, int, float[], int, int, float, float[], int, int)
- Static method in class org.jblas.
NativeBlas
sscal(int, float, float[], int, int)
- Static method in class org.jblas.
NativeBlas
sspmv(char, int, float, float[], int, float[], int, int, float, float[], int, int)
- Static method in class org.jblas.
NativeBlas
sspr(char, int, float, float[], int, int, float[], int)
- Static method in class org.jblas.
NativeBlas
sspr2(char, int, float, float[], int, int, float[], int, int, float[], int)
- Static method in class org.jblas.
NativeBlas
sswap(int, float[], int, int, float[], int, int)
- Static method in class org.jblas.
NativeBlas
ssyev(char, char, int, float[], int, int, float[], int, float[], int, int)
- Static method in class org.jblas.
NativeBlas
ssyev(char, char, int, float[], int, int, float[], int)
- Static method in class org.jblas.
NativeBlas
ssyevd(char, char, int, float[], int, int, float[], int, float[], int, int, int[], int, int)
- Static method in class org.jblas.
NativeBlas
ssyevd(char, char, int, float[], int, int, float[], int)
- Static method in class org.jblas.
NativeBlas
ssyevr(char, char, char, int, float[], int, int, float, float, int, int, float, int[], int, float[], int, float[], int, int, int[], int, float[], int, int, int[], int, int)
- Static method in class org.jblas.
NativeBlas
ssyevr(char, char, char, int, float[], int, int, float, float, int, int, float, int[], int, float[], int, float[], int, int, int[], int)
- Static method in class org.jblas.
NativeBlas
ssyevx(char, char, char, int, float[], int, int, float, float, int, int, float, int[], int, float[], int, float[], int, int, float[], int, int, int[], int, int[], int)
- Static method in class org.jblas.
NativeBlas
ssyevx(char, char, char, int, float[], int, int, float, float, int, int, float, int[], int, float[], int, float[], int, int, int[], int, int[], int)
- Static method in class org.jblas.
NativeBlas
ssymm(char, char, int, int, float, float[], int, int, float[], int, int, float, float[], int, int)
- Static method in class org.jblas.
NativeBlas
ssymv(char, int, float, float[], int, int, float[], int, int, float, float[], int, int)
- Static method in class org.jblas.
NativeBlas
ssyr(char, int, float, float[], int, int, float[], int, int)
- Static method in class org.jblas.
NativeBlas
ssyr2(char, int, float, float[], int, int, float[], int, int, float[], int, int)
- Static method in class org.jblas.
NativeBlas
ssyr2k(char, char, int, int, float, float[], int, int, float[], int, int, float, float[], int, int)
- Static method in class org.jblas.
NativeBlas
ssyrk(char, char, int, int, float, float[], int, int, float, float[], int, int)
- Static method in class org.jblas.
NativeBlas
ssysv(char, int, int, float[], int, int, int[], int, float[], int, int, float[], int, int)
- Static method in class org.jblas.
NativeBlas
ssysv(char, int, int, float[], int, int, int[], int, float[], int, int)
- Static method in class org.jblas.
NativeBlas
stbmv(char, char, char, int, int, float[], int, int, float[], int, int)
- Static method in class org.jblas.
NativeBlas
stbsv(char, char, char, int, int, float[], int, int, float[], int, int)
- Static method in class org.jblas.
NativeBlas
stpmv(char, char, char, int, float[], int, float[], int, int)
- Static method in class org.jblas.
NativeBlas
stpsv(char, char, char, int, float[], int, float[], int, int)
- Static method in class org.jblas.
NativeBlas
strmm(char, char, char, char, int, int, float, float[], int, int, float[], int, int)
- Static method in class org.jblas.
NativeBlas
strmv(char, char, char, int, float[], int, int, float[], int, int)
- Static method in class org.jblas.
NativeBlas
strsm(char, char, char, char, int, int, float, float[], int, int, float[], int, int)
- Static method in class org.jblas.
NativeBlas
strsv(char, char, char, int, float[], int, int, float[], int, int)
- Static method in class org.jblas.
NativeBlas
sub(ComplexDouble)
- Method in class org.jblas.
ComplexDouble
Subtract two complex numbers
sub(double)
- Method in class org.jblas.
ComplexDouble
sub(ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
sub(ComplexDouble)
- Method in class org.jblas.
ComplexDoubleMatrix
sub(double)
- Method in class org.jblas.
ComplexDoubleMatrix
sub(ComplexFloat)
- Method in class org.jblas.
ComplexFloat
Subtract two complex numbers
sub(float)
- Method in class org.jblas.
ComplexFloat
sub(ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
sub(ComplexFloat)
- Method in class org.jblas.
ComplexFloatMatrix
sub(float)
- Method in class org.jblas.
ComplexFloatMatrix
sub(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Subtract a matrix (in place).
sub(double)
- Method in class org.jblas.
DoubleMatrix
Subtract a scalar.
sub(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Subtract a matrix (in place).
sub(float)
- Method in class org.jblas.
FloatMatrix
Subtract a scalar.
subColumnVector(ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
Add a vector to all columns of the matrix
subColumnVector(ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
Add a vector to all columns of the matrix
subColumnVector(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Subtract a vector from all columns of the matrix.
subColumnVector(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Subtract a vector from all columns of the matrix.
subi(ComplexDouble, ComplexDouble)
- Method in class org.jblas.
ComplexDouble
Subtract two complex numbers, in-place
subi(ComplexDouble)
- Method in class org.jblas.
ComplexDouble
subi(double, ComplexDouble)
- Method in class org.jblas.
ComplexDouble
subi(double)
- Method in class org.jblas.
ComplexDouble
subi(ComplexDoubleMatrix, ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
Subtract two matrices.
subi(ComplexDouble, ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
Subtract a scalar from a matrix
subi(double, ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
subi(ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
subi(ComplexDouble)
- Method in class org.jblas.
ComplexDoubleMatrix
subi(double)
- Method in class org.jblas.
ComplexDoubleMatrix
subi(ComplexFloat, ComplexFloat)
- Method in class org.jblas.
ComplexFloat
Subtract two complex numbers, in-place
subi(ComplexFloat)
- Method in class org.jblas.
ComplexFloat
subi(float, ComplexFloat)
- Method in class org.jblas.
ComplexFloat
subi(float)
- Method in class org.jblas.
ComplexFloat
subi(ComplexFloatMatrix, ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
Subtract two matrices.
subi(ComplexFloat, ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
Subtract a scalar from a matrix
subi(float, ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
subi(ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
subi(ComplexFloat)
- Method in class org.jblas.
ComplexFloatMatrix
subi(float)
- Method in class org.jblas.
ComplexFloatMatrix
subi(DoubleMatrix, DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Subtract two matrices (in-place).
subi(double, DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Subtract a scalar from a matrix (in-place).
subi(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Subtract a matrix (in place).
subi(double)
- Method in class org.jblas.
DoubleMatrix
Subtract a scalar (in place).
subi(FloatMatrix, FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Subtract two matrices (in-place).
subi(float, FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Subtract a scalar from a matrix (in-place).
subi(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Subtract a matrix (in place).
subi(float)
- Method in class org.jblas.
FloatMatrix
Subtract a scalar (in place).
subiColumnVector(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Subtract a column vector from all columns of the matrix (in-place).
subiColumnVector(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Subtract a column vector from all columns of the matrix (in-place).
subiRowVector(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Subtract a row vector from all rows of the matrix (in-place).
subiRowVector(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Subtract a row vector from all rows of the matrix (in-place).
subRowVector(ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
Add a row vector to all rows of the matrix
subRowVector(ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
Add a row vector to all rows of the matrix
subRowVector(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Subtract a row vector from all rows of the matrix.
subRowVector(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Subtract a row vector from all rows of the matrix.
sum()
- Method in class org.jblas.
ComplexDoubleMatrix
Logical operations
sum()
- Method in class org.jblas.
ComplexFloatMatrix
Logical operations
sum()
- Method in class org.jblas.
DoubleMatrix
Computes the sum of all elements of the matrix.
sum()
- Method in class org.jblas.
FloatMatrix
Computes the sum of all elements of the matrix.
swap(DoubleMatrix, DoubleMatrix)
- Static method in class org.jblas.
SimpleBlas
Compute x <-> y (swap two matrices)
swap(FloatMatrix, FloatMatrix)
- Static method in class org.jblas.
SimpleBlas
Compute x <-> y (swap two matrices)
swapColumns(int, int)
- Method in class org.jblas.
ComplexDoubleMatrix
swapColumns(int, int)
- Method in class org.jblas.
ComplexFloatMatrix
swapColumns(int, int)
- Method in class org.jblas.
DoubleMatrix
Swap two columns of a matrix.
swapColumns(int, int)
- Method in class org.jblas.
FloatMatrix
Swap two columns of a matrix.
swapRows(int, int)
- Method in class org.jblas.
ComplexDoubleMatrix
swapRows(int, int)
- Method in class org.jblas.
ComplexFloatMatrix
swapRows(int, int)
- Method in class org.jblas.
DoubleMatrix
Swap two rows of a matrix.
swapRows(int, int)
- Method in class org.jblas.
FloatMatrix
Swap two rows of a matrix.
syev(char, char, DoubleMatrix, DoubleMatrix)
- Static method in class org.jblas.
SimpleBlas
syev(char, char, FloatMatrix, FloatMatrix)
- Static method in class org.jblas.
SimpleBlas
syevd(char, char, DoubleMatrix, DoubleMatrix)
- Static method in class org.jblas.
SimpleBlas
syevd(char, char, FloatMatrix, FloatMatrix)
- Static method in class org.jblas.
SimpleBlas
syevr(char, char, char, DoubleMatrix, double, double, int, int, double, DoubleMatrix, DoubleMatrix, int[])
- Static method in class org.jblas.
SimpleBlas
syevr(char, char, char, FloatMatrix, float, float, int, int, float, FloatMatrix, FloatMatrix, int[])
- Static method in class org.jblas.
SimpleBlas
syevx(char, char, char, DoubleMatrix, double, double, int, int, double, DoubleMatrix, DoubleMatrix)
- Static method in class org.jblas.
SimpleBlas
syevx(char, char, char, FloatMatrix, float, float, int, int, float, FloatMatrix, FloatMatrix)
- Static method in class org.jblas.
SimpleBlas
symmetricEigenvalues(DoubleMatrix)
- Static method in class org.jblas.
Eigen
Compute the eigenvalues for a symmetric matrix.
symmetricEigenvalues(FloatMatrix)
- Static method in class org.jblas.
Eigen
Compute the eigenvalues for a symmetric matrix.
symmetricEigenvectors(DoubleMatrix)
- Static method in class org.jblas.
Eigen
Computes the eigenvalues and eigenvectors for a symmetric matrix.
symmetricEigenvectors(FloatMatrix)
- Static method in class org.jblas.
Eigen
Computes the eigenvalues and eigenvectors for a symmetric matrix.
sysv(char, DoubleMatrix, int[], DoubleMatrix)
- Static method in class org.jblas.
SimpleBlas
sysv(char, FloatMatrix, int[], FloatMatrix)
- Static method in class org.jblas.
SimpleBlas
T
tan(DoubleMatrix)
- Static method in class org.jblas.
MatrixFunctions
tan(double)
- Static method in class org.jblas.
MatrixFunctions
tan(FloatMatrix)
- Static method in class org.jblas.
MatrixFunctions
tan(float)
- Static method in class org.jblas.
MatrixFunctions
tanh(DoubleMatrix)
- Static method in class org.jblas.
MatrixFunctions
tanh(double)
- Static method in class org.jblas.
MatrixFunctions
tanh(FloatMatrix)
- Static method in class org.jblas.
MatrixFunctions
tanh(float)
- Static method in class org.jblas.
MatrixFunctions
tanhi(DoubleMatrix)
- Static method in class org.jblas.
MatrixFunctions
tanhi(FloatMatrix)
- Static method in class org.jblas.
MatrixFunctions
tani(DoubleMatrix)
- Static method in class org.jblas.
MatrixFunctions
tani(FloatMatrix)
- Static method in class org.jblas.
MatrixFunctions
toArray()
- Method in class org.jblas.
ComplexDoubleMatrix
toArray()
- Method in class org.jblas.
ComplexFloatMatrix
toArray()
- Method in class org.jblas.
DoubleMatrix
Converts the matrix to a one-dimensional array of doubles.
toArray()
- Method in class org.jblas.
FloatMatrix
Converts the matrix to a one-dimensional array of floats.
toArray2()
- Method in class org.jblas.
ComplexDoubleMatrix
toArray2()
- Method in class org.jblas.
ComplexFloatMatrix
toArray2()
- Method in class org.jblas.
DoubleMatrix
Converts the matrix to a two-dimensional array of doubles.
toArray2()
- Method in class org.jblas.
FloatMatrix
Converts the matrix to a two-dimensional array of floats.
toBooleanArray()
- Method in class org.jblas.
ComplexDoubleMatrix
toBooleanArray()
- Method in class org.jblas.
ComplexFloatMatrix
toBooleanArray()
- Method in class org.jblas.
DoubleMatrix
Convert the matrix to a one-dimensional array of boolean values.
toBooleanArray()
- Method in class org.jblas.
FloatMatrix
Convert the matrix to a one-dimensional array of boolean values.
toBooleanArray2()
- Method in class org.jblas.
ComplexDoubleMatrix
toBooleanArray2()
- Method in class org.jblas.
ComplexFloatMatrix
toBooleanArray2()
- Method in class org.jblas.
DoubleMatrix
Convert the matrix to a two-dimensional array of boolean values.
toBooleanArray2()
- Method in class org.jblas.
FloatMatrix
Convert the matrix to a two-dimensional array of boolean values.
toDoubleArray()
- Method in class org.jblas.
ComplexDoubleMatrix
toDoubleArray()
- Method in class org.jblas.
ComplexFloatMatrix
toFloatMatrix()
- Method in class org.jblas.
DoubleMatrix
Convert matrix to FloatMatrix.
toFloatMatrix()
- Method in class org.jblas.
FloatMatrix
Convert matrix to FloatMatrix.
toIntArray()
- Method in class org.jblas.
DoubleMatrix
Converts the matrix to a one-dimensional array of integers.
toIntArray()
- Method in class org.jblas.
FloatMatrix
Converts the matrix to a one-dimensional array of integers.
toIntArray2()
- Method in class org.jblas.
DoubleMatrix
Convert the matrix to a two-dimensional array of integers.
toIntArray2()
- Method in class org.jblas.
FloatMatrix
Convert the matrix to a two-dimensional array of integers.
toString()
- Method in class org.jblas.
ComplexDouble
toString()
- Method in class org.jblas.
ComplexDoubleMatrix
Generate string representation of this matrix (multi-line).
toString()
- Method in class org.jblas.
ComplexFloat
toString()
- Method in class org.jblas.
ComplexFloatMatrix
Generate string representation of this matrix (multi-line).
toString()
- Method in class org.jblas.
DoubleMatrix
Generate string representation of the matrix.
toString(String)
- Method in class org.jblas.
DoubleMatrix
Generate string representation of the matrix, with specified format for the entries.
toString()
- Method in class org.jblas.
FloatMatrix
Generate string representation of the matrix.
toString(String)
- Method in class org.jblas.
FloatMatrix
Generate string representation of the matrix, with specified format for the entries.
transpose()
- Method in class org.jblas.
ComplexDoubleMatrix
Return transposed copy of this matrix
transpose()
- Method in class org.jblas.
ComplexFloatMatrix
Return transposed copy of this matrix
transpose()
- Method in class org.jblas.
DoubleMatrix
Return transposed copy of this matrix.
transpose()
- Method in class org.jblas.
FloatMatrix
Return transposed copy of this matrix.
Trigonometry
- Class in
org.jblas
Container for trigonometric functions on vectors and matrices.
Trigonometry()
- Constructor for class org.jblas.
Trigonometry
truth()
- Method in class org.jblas.
ComplexDoubleMatrix
truth()
- Method in class org.jblas.
ComplexFloatMatrix
truth()
- Method in class org.jblas.
DoubleMatrix
Maps zero to 0.0 and all non-zero values to 1.0.
truth()
- Method in class org.jblas.
FloatMatrix
Maps zero to 0.0f and all non-zero values to 1.0f.
truthi()
- Method in class org.jblas.
ComplexDoubleMatrix
truthi()
- Method in class org.jblas.
ComplexFloatMatrix
truthi()
- Method in class org.jblas.
DoubleMatrix
Maps zero to 0.0 and all non-zero values to 1.0 (in-place).
truthi()
- Method in class org.jblas.
FloatMatrix
Maps zero to 0.0f and all non-zero values to 1.0f (in-place).
U
u
- Variable in class org.jblas.
Decompose.LUDecomposition
unifyOSName(String)
- Static method in class org.jblas.util.
LibraryLoader
UNIT
- Static variable in class org.jblas.
ComplexDouble
UNIT
- Static variable in class org.jblas.
ComplexFloat
V
value()
- Method in class org.jblas.ranges.
AllRange
value()
- Method in class org.jblas.ranges.
IndicesRange
value()
- Method in class org.jblas.ranges.
IntervalRange
value()
- Method in class org.jblas.ranges.
PointRange
value()
- Method in interface org.jblas.ranges.
Range
Get current index.
X
xor(ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
xor(ComplexDouble)
- Method in class org.jblas.
ComplexDoubleMatrix
xor(double)
- Method in class org.jblas.
ComplexDoubleMatrix
xor(ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
xor(ComplexFloat)
- Method in class org.jblas.
ComplexFloatMatrix
xor(float)
- Method in class org.jblas.
ComplexFloatMatrix
xor(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Compute elementwise logical xor.
xor(double)
- Method in class org.jblas.
DoubleMatrix
Compute elementwise logical xor against a scalar.
xor(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Compute elementwise logical xor.
xor(float)
- Method in class org.jblas.
FloatMatrix
Compute elementwise logical xor against a scalar.
xori(ComplexDoubleMatrix, ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
xori(ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
xori(ComplexDouble, ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
xori(double, ComplexDoubleMatrix)
- Method in class org.jblas.
ComplexDoubleMatrix
xori(ComplexDouble)
- Method in class org.jblas.
ComplexDoubleMatrix
xori(double)
- Method in class org.jblas.
ComplexDoubleMatrix
xori(ComplexFloatMatrix, ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
xori(ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
xori(ComplexFloat, ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
xori(float, ComplexFloatMatrix)
- Method in class org.jblas.
ComplexFloatMatrix
xori(ComplexFloat)
- Method in class org.jblas.
ComplexFloatMatrix
xori(float)
- Method in class org.jblas.
ComplexFloatMatrix
xori(DoubleMatrix, DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Compute elementwise logical xor (in-place).
xori(DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Compute elementwise logical xor (in-place).
xori(double, DoubleMatrix)
- Method in class org.jblas.
DoubleMatrix
Compute elementwise logical xor against a scalar (in-place).
xori(double)
- Method in class org.jblas.
DoubleMatrix
Compute elementwise logical xor against a scalar (in-place).
xori(FloatMatrix, FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Compute elementwise logical xor (in-place).
xori(FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Compute elementwise logical xor (in-place).
xori(float, FloatMatrix)
- Method in class org.jblas.
FloatMatrix
Compute elementwise logical xor against a scalar (in-place).
xori(float)
- Method in class org.jblas.
FloatMatrix
Compute elementwise logical xor against a scalar (in-place).
Z
zaxpy(int, ComplexDouble, double[], int, int, double[], int, int)
- Static method in class org.jblas.
NativeBlas
zcopy(int, double[], int, int, double[], int, int)
- Static method in class org.jblas.
NativeBlas
zdotc(int, double[], int, int, double[], int, int)
- Static method in class org.jblas.
NativeBlas
zdotu(int, double[], int, int, double[], int, int)
- Static method in class org.jblas.
NativeBlas
zdrot(int, double[], int, int, double[], int, int, double, double)
- Static method in class org.jblas.
NativeBlas
zdscal(int, double, double[], int, int)
- Static method in class org.jblas.
NativeBlas
ZERO
- Static variable in class org.jblas.
ComplexDouble
ZERO
- Static variable in class org.jblas.
ComplexFloat
zeros(int, int)
- Static method in class org.jblas.
ComplexDoubleMatrix
Creates a new matrix in which all values are equal 0.
zeros(int)
- Static method in class org.jblas.
ComplexDoubleMatrix
zeros(int, int)
- Static method in class org.jblas.
ComplexFloatMatrix
Creates a new matrix in which all values are equal 0.
zeros(int)
- Static method in class org.jblas.
ComplexFloatMatrix
zeros(int, int)
- Static method in class org.jblas.
DoubleMatrix
Creates a new matrix in which all values are equal 0.
zeros(int)
- Static method in class org.jblas.
DoubleMatrix
Creates a row vector of given length.
zeros(int, int)
- Static method in class org.jblas.
FloatMatrix
Creates a new matrix in which all values are equal 0.
zeros(int)
- Static method in class org.jblas.
FloatMatrix
Creates a row vector of given length.
zgbmv(char, int, int, int, int, ComplexDouble, double[], int, int, double[], int, int, ComplexDouble, double[], int, int)
- Static method in class org.jblas.
NativeBlas
zgeev(char, char, int, double[], int, int, double[], int, double[], int, int, double[], int, int, double[], int, int, double[], int)
- Static method in class org.jblas.
NativeBlas
zgeev(char, char, int, double[], int, int, double[], int, double[], int, int, double[], int, int, double[], int)
- Static method in class org.jblas.
NativeBlas
zgemm(char, char, int, int, int, ComplexDouble, double[], int, int, double[], int, int, ComplexDouble, double[], int, int)
- Static method in class org.jblas.
NativeBlas
zgemv(char, int, int, ComplexDouble, double[], int, int, double[], int, int, ComplexDouble, double[], int, int)
- Static method in class org.jblas.
NativeBlas
zgerc(int, int, ComplexDouble, double[], int, int, double[], int, int, double[], int, int)
- Static method in class org.jblas.
NativeBlas
zgeru(int, int, ComplexDouble, double[], int, int, double[], int, int, double[], int, int)
- Static method in class org.jblas.
NativeBlas
zhbmv(char, int, int, ComplexDouble, double[], int, int, double[], int, int, ComplexDouble, double[], int, int)
- Static method in class org.jblas.
NativeBlas
zhemm(char, char, int, int, ComplexDouble, double[], int, int, double[], int, int, ComplexDouble, double[], int, int)
- Static method in class org.jblas.
NativeBlas
zhemv(char, int, ComplexDouble, double[], int, int, double[], int, int, ComplexDouble, double[], int, int)
- Static method in class org.jblas.
NativeBlas
zher(char, int, double, double[], int, int, double[], int, int)
- Static method in class org.jblas.
NativeBlas
zher2(char, int, ComplexDouble, double[], int, int, double[], int, int, double[], int, int)
- Static method in class org.jblas.
NativeBlas
zher2k(char, char, int, int, ComplexDouble, double[], int, int, double[], int, int, double, double[], int, int)
- Static method in class org.jblas.
NativeBlas
zherk(char, char, int, int, double, double[], int, int, double, double[], int, int)
- Static method in class org.jblas.
NativeBlas
zhpmv(char, int, ComplexDouble, double[], int, double[], int, int, ComplexDouble, double[], int, int)
- Static method in class org.jblas.
NativeBlas
zhpr(char, int, double, double[], int, int, double[], int)
- Static method in class org.jblas.
NativeBlas
zhpr2(char, int, ComplexDouble, double[], int, int, double[], int, int, double[], int)
- Static method in class org.jblas.
NativeBlas
zrotg(ComplexDouble, ComplexDouble, double, ComplexDouble)
- Static method in class org.jblas.
NativeBlas
zscal(int, ComplexDouble, double[], int, int)
- Static method in class org.jblas.
NativeBlas
zswap(int, double[], int, int, double[], int, int)
- Static method in class org.jblas.
NativeBlas
zsymm(char, char, int, int, ComplexDouble, double[], int, int, double[], int, int, ComplexDouble, double[], int, int)
- Static method in class org.jblas.
NativeBlas
zsyr2k(char, char, int, int, ComplexDouble, double[], int, int, double[], int, int, ComplexDouble, double[], int, int)
- Static method in class org.jblas.
NativeBlas
zsyrk(char, char, int, int, ComplexDouble, double[], int, int, ComplexDouble, double[], int, int)
- Static method in class org.jblas.
NativeBlas
ztbmv(char, char, char, int, int, double[], int, int, double[], int, int)
- Static method in class org.jblas.
NativeBlas
ztbsv(char, char, char, int, int, double[], int, int, double[], int, int)
- Static method in class org.jblas.
NativeBlas
ztpmv(char, char, char, int, double[], int, double[], int, int)
- Static method in class org.jblas.
NativeBlas
ztpsv(char, char, char, int, double[], int, double[], int, int)
- Static method in class org.jblas.
NativeBlas
ztrmm(char, char, char, char, int, int, ComplexDouble, double[], int, int, double[], int, int)
- Static method in class org.jblas.
NativeBlas
ztrmv(char, char, char, int, double[], int, int, double[], int, int)
- Static method in class org.jblas.
NativeBlas
ztrsm(char, char, char, char, int, int, ComplexDouble, double[], int, int, double[], int, int)
- Static method in class org.jblas.
NativeBlas
ztrsv(char, char, char, int, double[], int, int, double[], int, int)
- Static method in class org.jblas.
NativeBlas
A
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
X
Z
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
written by Mikio L. Braun and Johannes Schaback