SparseMatrixSparseMatMul.Options

classe statique publique SparseMatrixSparseMatMul.Options

Attributs facultatifs pour SparseMatrixSparseMatMul

Méthodes publiques

SparseMatrixSparseMatMul.Options
adjointA (booléen adjointA)
SparseMatrixSparseMatMul.Options
adjointB (booléen adjointB)
SparseMatrixSparseMatMul.Options
transposeA (transposeA booléenne)
SparseMatrixSparseMatMul.Options
transposeB (transposeB booléenne)

Méthodes héritées

Méthodes publiques

public SparseMatrixSparseMatMul.Options adjointA (booléen adjointA)

Paramètres
adjointA Indique si « a » doit être transposé-conjugué.

public SparseMatrixSparseMatMul.Options adjointB (booléen adjointB)

Paramètres
adjointB Indique si « b » doit être transposé conjugué.

public SparseMatrixSparseMatMul.Options transposeA (transposeA booléenne)

Paramètres
transposerA Indique si « a » doit être transposé.

public SparseMatrixSparseMatMul.Options transposeB (transposeB booléenne)

Paramètres
transposerB Indique si `b` doit être transposé.