Extreme Optimization™: Complexity made simple.

Math and Statistics
Libraries for .NET

  • Home
  • Features
    • Math Library
    • Vector and Matrix Library
    • Statistics Library
    • Performance
    • Usability
  • Documentation
    • Introduction
    • Math Library User's Guide
    • Vector and Matrix Library User's Guide
    • Data Analysis Library User's Guide
    • Statistics Library User's Guide
    • Reference
  • Resources
    • Downloads
    • QuickStart Samples
    • Sample Applications
    • Frequently Asked Questions
    • Technical Support
  • Blog
  • Order
  • Company
    • About us
    • Testimonials
    • Customers
    • Press Releases
    • Careers
    • Partners
    • Contact us
Introduction
Deployment Guide
Configuration
Using Parallelism
Expand Mathematics Library User's GuideMathematics Library User's Guide
Expand Vector and Matrix Library User's GuideVector and Matrix Library User's Guide
Expand Data Analysis Library User's GuideData Analysis Library User's Guide
Expand Statistics Library User's GuideStatistics Library User's Guide
Expand Data Access Library User's GuideData Access Library User's Guide
Expand ReferenceReference
  • Extreme Optimization
    • Features
    • Solutions
    • Documentation
    • QuickStart Samples
    • Sample Applications
    • Downloads
    • Technical Support
    • Download trial
    • How to buy
    • Blog
    • Company
    • Resources
  • Documentation
    • Introduction
    • Deployment Guide
    • Configuration
    • Using Parallelism
    • Mathematics Library User's Guide
    • Vector and Matrix Library User's Guide
    • Data Analysis Library User's Guide
    • Statistics Library User's Guide
    • Data Access Library User's Guide
    • Reference
  • Reference
    • Extreme
    • Extreme.Collections
    • Extreme.Data
    • Extreme.Data.Json
    • Extreme.Data.Matlab
    • Extreme.Data.R
    • Extreme.Data.Stata
    • Extreme.Data.Text
    • Extreme.DataAnalysis
    • Extreme.DataAnalysis.Linq
    • Extreme.Mathematics
    • Extreme.Mathematics.Algorithms
    • Extreme.Mathematics.Calculus
    • Extreme.Mathematics.Calculus.OrdinaryDifferentialEquations
    • Extreme.Mathematics.Curves
    • Extreme.Mathematics.Curves.Nonlinear
    • Extreme.Mathematics.Distributed
    • Extreme.Mathematics.Distributed.Cuda
    • Extreme.Mathematics.EquationSolvers
    • Extreme.Mathematics.FSharp
    • Extreme.Mathematics.Generic
    • Extreme.Mathematics.Generic.LinearAlgebra
    • Extreme.Mathematics.Generic.LinearAlgebra.Implementation
    • Extreme.Mathematics.Generic.LinearAlgebra.Providers
    • Extreme.Mathematics.Generic.SignalProcessing
    • Extreme.Mathematics.Implementation
    • Extreme.Mathematics.LinearAlgebra
    • Extreme.Mathematics.LinearAlgebra.Complex
    • Extreme.Mathematics.LinearAlgebra.Complex.Decompositions
    • Extreme.Mathematics.LinearAlgebra.Implementation
    • Extreme.Mathematics.LinearAlgebra.IO
    • Extreme.Mathematics.LinearAlgebra.IterativeSolvers
    • Extreme.Mathematics.LinearAlgebra.IterativeSolvers.Preconditioners
    • Extreme.Mathematics.LinearAlgebra.Providers
    • Extreme.Mathematics.LinearAlgebra.Sparse
    • Extreme.Mathematics.Optimization
    • Extreme.Mathematics.Optimization.Genetic
    • Extreme.Mathematics.Optimization.LineSearches
    • Extreme.Mathematics.Random
    • Extreme.Mathematics.SignalProcessing
    • Extreme.Numerics.FSharp
    • Extreme.Statistics
    • Extreme.Statistics.Distributions
    • Extreme.Statistics.IO
    • Extreme.Statistics.Linq
    • Extreme.Statistics.Multivariate
    • Extreme.Statistics.Random
    • Extreme.Statistics.Tests
    • Extreme.Statistics.TimeSeriesAnalysis
  • Extreme.Mathematics.LinearAlgebra.Providers
    • BlasLevel1 Class
    • BlasLevel2 Class
    • BlasLevel3 Class
    • ComplexBlasLevel1 Class
    • ComplexBlasLevel2 Class
    • ComplexBlasLevel3 Class
    • ComplexLapack Class
    • ComplexSparseBlas Class
    • Lapack Class
    • LinearAlgebraProvider Class
    • ManagedBlasLevel1 Class
    • ManagedBlasLevel2 Class
    • ManagedBlasLevel3 Class
    • ManagedComplexBlasLevel1 Class
    • ManagedComplexBlasLevel2 Class
    • ManagedLinearAlgebraProvider Class
    • ManagedSparseBlas Class
    • SingleBlasLevel1 Class
    • SingleBlasLevel2 Class
    • SingleBlasLevel3 Class
    • SingleComplexBlasLevel1 Class
    • SingleComplexBlasLevel2 Class
    • SingleComplexBlasLevel3 Class
    • SingleComplexLapack Class
    • SingleComplexSparseBlas Class
    • SingleLapack Class
    • SingleLinearAlgebraProvider Class
    • SingleManagedBlasLevel1 Class
    • SingleManagedBlasLevel2 Class
    • SingleManagedBlasLevel3 Class
    • SingleManagedComplexBlasLevel1 Class
    • SingleManagedComplexBlasLevel2 Class
    • SingleManagedLinearAlgebraProvider Class
    • SingleManagedSparseBlas Class
    • SingleSparseBlas Class
    • SparseBlas Class
  • SingleSparseBlas Class
    • SingleSparseBlas Constructor
    • Methods
  • Methods
    • Scscmm Method Overloads
    • Scscmv Method Overloads
    • Scscsv Method Overloads
    • Susaxpy Method
    • Susdot Method
    • Susga Method
    • Susgz Method
    • Sussc Method
  • Scscmm Method Overloads
    • Scscmm Method (TransposeOperation, Int32, Int32, Int32, Single, MatrixStructure, MatrixTriangle, MatrixDiagonal, Single[], Int32[], Int32[], Int32[], Single[], Int32, Int32, Single, Single[], Int32, Int32)
    • Scscmm Method (TransposeOperation, Int32, Int32, Int32, Single, MatrixStructure, MatrixTriangle, MatrixDiagonal, Single[], Int32[], Int32[], Int32[], Single[], Int32, Int32, Single, Single[], Int32, Int32)
  • Scscmm Method (TransposeOperation, Int32, Int32, Int32, Single, MatrixStructure, MatrixTriangle, MatrixDiagonal, Single[], Int32[], Int32[], Int32[], Single[], Int32, Int32, Single, Single[], Int32, Int32)
SingleSparseBlasScscmm Method (TransposeOperation, Int32, Int32, Int32, Single, MatrixStructure, MatrixTriangle, MatrixDiagonal, Single, Int32, Int32, Int32, Single, Int32, Int32, Single, Single, Int32, Int32)Extreme Optimization Numerical Libraries for .NET Professional
Multiplies a dense matrix by a sparse matrix in coordinate format.

Namespace: Extreme.Mathematics.LinearAlgebra.Providers
Assembly: Extreme.Numerics.Version4x.Net40 (in Extreme.Numerics.Version4x.Net40.dll) Version: 4.2.11333.0 (5.0.12317.0)
Syntax

C#
VB
C++
F#
Copy
public abstract void Scscmm(
	TransposeOperation transA,
	int m,
	int n,
	int k,
	float alpha,
	MatrixStructure structure,
	MatrixTriangle triangleMode,
	MatrixDiagonal diagonalMode,
	float[] a,
	int[] aRows,
	int[] aPointerB,
	int[] aPointerE,
	float[] b,
	int bOffset,
	int ldb,
	float beta,
	float[] c,
	int cOffset,
	int ldc
)
Public MustOverride Sub Scscmm ( 
	transA As TransposeOperation,
	m As Integer,
	n As Integer,
	k As Integer,
	alpha As Single,
	structure As MatrixStructure,
	triangleMode As MatrixTriangle,
	diagonalMode As MatrixDiagonal,
	a As Single(),
	aRows As Integer(),
	aPointerB As Integer(),
	aPointerE As Integer(),
	b As Single(),
	bOffset As Integer,
	ldb As Integer,
	beta As Single,
	c As Single(),
	cOffset As Integer,
	ldc As Integer
)
public:
virtual void Scscmm(
	TransposeOperation transA, 
	int m, 
	int n, 
	int k, 
	float alpha, 
	MatrixStructure structure, 
	MatrixTriangle triangleMode, 
	MatrixDiagonal diagonalMode, 
	array<float>^ a, 
	array<int>^ aRows, 
	array<int>^ aPointerB, 
	array<int>^ aPointerE, 
	array<float>^ b, 
	int bOffset, 
	int ldb, 
	float beta, 
	array<float>^ c, 
	int cOffset, 
	int ldc
) abstract
abstract Scscmm : 
        transA : TransposeOperation * 
        m : int * 
        n : int * 
        k : int * 
        alpha : float32 * 
        structure : MatrixStructure * 
        triangleMode : MatrixTriangle * 
        diagonalMode : MatrixDiagonal * 
        a : float32[] * 
        aRows : int[] * 
        aPointerB : int[] * 
        aPointerE : int[] * 
        b : float32[] * 
        bOffset : int * 
        ldb : int * 
        beta : float32 * 
        c : float32[] * 
        cOffset : int * 
        ldc : int -> unit 

Parameters

transA
Type: Extreme.MathematicsTransposeOperation
Specifies the operation to be performed on the matrix a.
m
Type: SystemInt32
The number of rows in the matrix a.
n
Type: SystemInt32
The number of columns in the matrix c.
k
Type: SystemInt32
The number of columns in the matrix a.
alpha
Type: SystemSingle
The scalar used to multiply the matrix-matrix product.
structure
Type: Extreme.MathematicsMatrixStructure
A MatrixStructure value that specifies the structure of the matrix.
triangleMode
Type: Extreme.MathematicsMatrixTriangle
A MatrixTriangle value that specifies whether the matrix is upper or lower triangular.
diagonalMode
Type: Extreme.MathematicsMatrixDiagonal
A MatrixDiagonal value that indicates whether the diagional elements are all 1 or not.
a
Type: SystemSingle
Reference to the first element in a one-dimensional array containing the elements of the matrix.
aRows
Type: SystemInt32
Integer array containing the 1-based row indices of the corresponding elements of a.
aPointerB
Type: SystemInt32
Integer array of length n containing the 1-based indices into a of the first component of each column.
aPointerE
Type: SystemInt32
Integer array of length n containing the 1-based indices into a of the first component of each column.
b
Type: SystemSingle
A reference to a one-dimensional array containing the elements of the matrix b.
bOffset
Type: SystemInt32
Offset into b.
ldb
Type: SystemInt32
The leading dimension of the matrix b.
beta
Type: SystemSingle
The scalar used to multiply c.
c
Type: SystemSingle
A reference to a one-dimensional array containing the elements of the matrix c. The elements of c are overwritten with the result.
cOffset
Type: SystemInt32
Offset into c.
ldc
Type: SystemInt32
The leading dimension of the matrix c.
Version Information

Numerical Libraries

Supported in: 5.x
See Also

Reference

SingleSparseBlas Class
Scscmm Overload
Extreme.Mathematics.LinearAlgebra.Providers Namespace

Copyright (c) 2004-2016 ExoAnalytics Inc.

Send comments on this topic to support@extremeoptimization.com

Copyright © 2004-2018, Extreme Optimization. All rights reserved.
Extreme Optimization, Complexity made simple, M#, and M Sharp are trademarks of ExoAnalytics Inc.
Microsoft, Visual C#, Visual Basic, Visual Studio, Visual Studio.NET, and the Optimized for Visual Studio logo
are registered trademarks of Microsoft Corporation.