Lines Matching refs:product
351 char transa = 'n'; /* Used to indicate to MKL that we are not computing the transpose product. */
424 char transa = 't'; /* Used to indicate to MKL that we are computing the transpose product. */
495 char transa = 'n'; /* Used to indicate to MKL that we are not computing the transpose product. */
593 char transa = 't'; /* Used to indicate to MKL that we are computing the transpose product. */
785 Mat_Product *product = C->product;
786 Mat A = product->A, B = product->B;
795 Mat_Product *product = C->product;
796 Mat A = product->A, B = product->B;
797 PetscReal fill = product->fill;
858 Mat_Product *product = C->product;
859 Mat A = product->A, P = product->B;
886 * leaving things in this incomplete state is OK because the numeric product should follow soon after, but am not certain if this
919 Mat_Product *product = C->product;
920 Mat A = product->A;
947 Mat_Product *product = C->product;
950 switch (product->type) {