Function Description
A KML math library encapsulated in Java based on the Java Native Interface (JNI) technology.
Function Family |
Data Type |
Description |
|---|---|---|
?gemm |
s, d, c, z |
Computes the product of a general matrix and a matrix. |
?hemm |
c, z |
Computes the product of a complex Hermitian matrix and a matrix. |
?her2k |
c, z |
Performs a rank-2 update of the product of a complex matrix and a matrix. Matrix C is a complex Hermitian matrix. |
?symm |
s, d, c, z |
Computes the product of a symmetric real matrix and a matrix. |
?syrk |
s, d, c, z |
Performs a rank-k update of a matrix-matrix product. Matrix C is a symmetric matrix. |
?syr2k |
s, d, c, z |
Performs a rank-2 update of a matrix-matrix product. Matrix C is a symmetric matrix. |
?trmm |
s, d, c, z |
Computes a matrix-matrix product where one input matrix is triangular. |
?trsm |
s, d, c, z |
Solves a triangular matrix equation. |
?gemm3m |
c, z |
Computes the product of a general complex matrix and a matrix. |
Function Family |
Data Type |
Description |
|---|---|---|
v?Add |
s |
Adds vectors. |
v?Sub |
s |
Subtracts vectors. |
v?Mul |
s |
Multiplies vectors. |
v?Div |
s |
Divides vectors. |