Skip navigation links
B C D G O T V 

B

Blas - Class in thorwin.math.accelerator
Interface to native BLAS functions.
Blas() - Constructor for class thorwin.math.accelerator.Blas
 
BlasMatrixOperationsProvider - Class in thorwin.math.accelerator
Matrix context that creates BLAS matrices where suitable.
BlasMatrixOperationsProvider() - Constructor for class thorwin.math.accelerator.BlasMatrixOperationsProvider
 
BlasVectorOperationsProvider - Class in thorwin.math.accelerator
Vector operations that use BLAS.
BlasVectorOperationsProvider() - Constructor for class thorwin.math.accelerator.BlasVectorOperationsProvider
 

C

CpuID - Class in thorwin.math.accelerator
Access to native CPUID instruction.
CpuID(String, int, int, int, int, int) - Constructor for class thorwin.math.accelerator.CpuID
 

D

daxpy(double, double[], double[]) - Static method in class thorwin.math.accelerator.Blas
BLAS DAXPY function call.
daxpy(double, double[], double[]) - Method in class thorwin.math.accelerator.BlasVectorOperationsProvider
 
dgemm(Order, Transpose, Transpose, int, int, int, double, double[], double[], double, double[]) - Static method in class thorwin.math.accelerator.Blas
BLAS DGEMM function call.
dgemm(double[], double[], double[], int, int, int, boolean, boolean, double, double) - Method in class thorwin.math.accelerator.BlasMatrixOperationsProvider
 

G

getBrandIndex() - Method in class thorwin.math.accelerator.CpuID
 
getCpuID() - Static method in class thorwin.math.accelerator.CpuID
Returns the CPU identification for the running x86 CPU, or empty if this is not a x86 CPU.
getFamily() - Method in class thorwin.math.accelerator.CpuID
 
getModel() - Method in class thorwin.math.accelerator.CpuID
 
getSteppingID() - Method in class thorwin.math.accelerator.CpuID
 
getType() - Method in class thorwin.math.accelerator.CpuID
 
getVendor() - Method in class thorwin.math.accelerator.CpuID
 

O

Order - Enum in thorwin.math.accelerator
Pack order.

T

thorwin.math.accelerator - package thorwin.math.accelerator
 
toString() - Method in class thorwin.math.accelerator.CpuID
 
Transpose - Enum in thorwin.math.accelerator
Transpose state.

V

valueOf(String) - Static method in enum thorwin.math.accelerator.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum thorwin.math.accelerator.Transpose
Returns the enum constant of this type with the specified name.
values() - Static method in enum thorwin.math.accelerator.Order
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum thorwin.math.accelerator.Transpose
Returns an array containing the constants of this enum type, in the order they are declared.
B C D G O T V 
Skip navigation links