C# Class Scimark_Csharp_Android.SparseCompRow

Afficher le fichier Open project: zanew/MonovsDalvik Class Usage Examples

Méthodes publiques

Méthode Description
matmult ( double y, double val, int row, int col, double x, int NUM_ITERATIONS ) : void
num_flops ( int N, int nz, int num_iterations ) : double

Method Details

matmult() public static méthode

public static matmult ( double y, double val, int row, int col, double x, int NUM_ITERATIONS ) : void
y double
val double
row int
col int
x double
NUM_ITERATIONS int
Résultat void

num_flops() public static méthode

public static num_flops ( int N, int nz, int num_iterations ) : double
N int
nz int
num_iterations int
Résultat double