|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjcuda.jcublas.cublasDiagType
public class cublasDiagType
Indicates whether the main diagonal of the dense matrix is unity and consequently should not be touched or modified by the function.
| Field Summary | |
|---|---|
static int |
CUBLAS_DIAG_NON_UNIT
The matrix diagonal has non-unit elements |
static int |
CUBLAS_DIAG_UNIT
The matrix diagonal has unit elements |
| 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_DIAG_NON_UNIT
public static final int CUBLAS_DIAG_UNIT
| 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 | ||||||||