|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcuda.jcublas.cublasSideMode
public class cublasSideMode
Indicates whether the dense matrix is on the left or right side in the matrix equation solved by a particular function.
Field Summary | |
---|---|
static int |
CUBLAS_SIDE_LEFT
The matrix is on the left side in the equation |
static int |
CUBLAS_SIDE_RIGHT
The matrix is on the right side in the equation |
Method Summary | |
---|---|
static java.lang.String |
stringFor(int n)
Returns a string representation of the given constant |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int CUBLAS_SIDE_LEFT
public static final int CUBLAS_SIDE_RIGHT
Method Detail |
---|
public static java.lang.String stringFor(int n)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |