jcuda.jcusparse
Class cusparseHybPartition

java.lang.Object
  extended by jcuda.jcusparse.cusparseHybPartition

public class cusparseHybPartition
extends java.lang.Object

Partition modes


Field Summary
static int CUSPARSE_HYB_PARTITION_AUTO
          Automatically decide how to split the data into regular/irregular part
static int CUSPARSE_HYB_PARTITION_MAX
          Store all data in the regular part
static int CUSPARSE_HYB_PARTITION_USER
          Store data into regular part up to a user specified threshold
 
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

CUSPARSE_HYB_PARTITION_AUTO

public static final int CUSPARSE_HYB_PARTITION_AUTO
Automatically decide how to split the data into regular/irregular part

See Also:
Constant Field Values

CUSPARSE_HYB_PARTITION_USER

public static final int CUSPARSE_HYB_PARTITION_USER
Store data into regular part up to a user specified threshold

See Also:
Constant Field Values

CUSPARSE_HYB_PARTITION_MAX

public static final int CUSPARSE_HYB_PARTITION_MAX
Store all data in the regular part

See Also:
Constant Field Values
Method Detail

stringFor

public static java.lang.String stringFor(int n)
Returns a string representation of the given constant

Returns:
A string representation of the given constant