SparseMatrixMatMul.Options

public static class SparseMatrixMatMul.Options

Optional attributes for SparseMatrixMatMul

Public Methods

Inherited Methods

boolean
equals(Object arg0)
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()

Public Methods

public SparseMatrixMatMul.Options adjointA (Boolean adjointA)

Parameters
adjointA Indicates whether `a` should be conjugate-transposed.

public SparseMatrixMatMul.Options adjointB (Boolean adjointB)

Parameters
adjointB Indicates whether `b` should be conjugate-transposed.

public SparseMatrixMatMul.Options conjugateOutput (Boolean conjugateOutput)

Parameters
conjugateOutput Conjugates the product of `a` and `b`.

public SparseMatrixMatMul.Options transposeA (Boolean transposeA)

Parameters
transposeA Indicates whether `a` should be transposed.

public SparseMatrixMatMul.Options transposeB (Boolean transposeB)

Parameters
transposeB Indicates whether `b` should be transposed.

public SparseMatrixMatMul.Options transposeOutput (Boolean transposeOutput)

Parameters
transposeOutput Transposes the product of `a` and `b`.