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
Nuget packages
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.Mathematics.LinearAlgebra.Complex NamespaceExtreme Optimization Numerical Libraries for .NET Professional
The Extreme.LinearAlgebra namespace contains classes for working with complex vectors, matrices and matrix decompositions, and for solving systems of simultaneous linear equations and least squares problems.
Classes

  ClassDescription
Public classComplexBandVector
Represents a complex vector that has one or more zero components at the beginning and/or at the end.
Public classComplexCholeskyDecomposition
Represents the Cholesky decomposition of a positive-definite ComplexHermitianMatrix.
Public classComplexConstantMatrix
Represents a complex matrix whose components all have the same value..
Public classComplexConstantVector
Represents a vector whose components are all the same.
Public classComplexDecomposition
Represents a matrix decomposition.
Public classComplexDenseMatrix
Represents a general, dense, square or rectangular ComplexMatrix.
Public classComplexDenseVector
Represents a complex vector with arbitrary components.
Public classComplexDiagonalMatrix
Represents a matrix whose only nonzero components lie on a diagonal.
Public classComplexHermitianMatrix
Represents a ComplexMatrix that is symmetrical about the main diagonal.
Public classComplexLeastSquaresSolver
Represents the solution to a least squares problem.
Public classComplexLinearOperator
Defines methods for the solution of a system of simultaneous linear equations and related operations.
Public classComplexLUDecomposition
Represents the LU decomposition of a ComplexMatrix.
Public classComplexMatrixView
Represents a view on all or part of a ComplexMatrix.
Public classComplexQRDecomposition
Represents the QR decomposition of a ComplexMatrix.
Public classComplexSingularValueDecomposition
Represents the singular value decomposition of a matrix.
Public classComplexTriangularMatrix
Represents a ComplexMatrix whose elements above or below the main diagonal are zero.
Public classComplexVectorView
Represents a view on all or part of a complex vector.
Public classComposedComplexMatrix
Represents a complex matrix that is composed from real matrices that represent the real and imaginary components.
Public classComposedComplexVector
Represents a complex vector with arbitrary components.
Public classSingleComplexBandVector
Represents a ComplexVector that has one or more zero components at the beginning and/or at the end.
Public classSingleComplexCholeskyDecomposition
Represents the Cholesky decomposition of a positive-definite SingleComplexHermitianMatrix.
Public classSingleComplexConstantVector
Represents a vector whose components are all the same.
Public classSingleComplexDecomposition
Represents a matrix decomposition.
Public classSingleComplexDenseMatrix
Represents a general, dense, square or rectangular SingleComplexMatrix.
Public classSingleComplexDenseVector
Represents a ComplexVector with arbitrary components.
Public classSingleComplexHermitianMatrix
Represents a SingleComplexMatrix that is symmetrical about the main diagonal.
Public classSingleComplexLeastSquaresSolver
Represents the solution to a least squares problem.
Public classSingleComplexLinearTransformation
Defines methods for the solution of a system of simultaneous linear equations and related operations.
Public classSingleComplexLUDecomposition
Represents the LU decomposition of a general SingleComplexMatrix.
Public classSingleComplexMatrixView
Represents a view on all or part of a SingleComplexMatrix.
Public classSingleComplexQRDecomposition
Represents the QR decomposition of a SingleComplexMatrix.
Public classSingleComplexSingularValueDecomposition
Represents the singular value decomposition of a complex matrix.
Public classSingleComplexTriangularMatrix
Represents a SingleComplexMatrix whose elements above or below the main diagonal are zero.
Public classSingleComplexVectorView
Represents a view on all or part of a ComplexVector.
Structures

  StructureDescription
Public structureComplexColumnCollection
Represents the collection of columns of a ComplexMatrix.
Public structureComplexRowCollection
Represents the collection of rows of a ComplexMatrix.
Public structureSingleComplexColumnCollection
Represents the collection of columns of a SingleComplexMatrix.
Public structureSingleComplexRowCollection
Represents the collection of rows of a SingleComplexMatrix.
Interfaces

  InterfaceDescription
Public interfaceIComplexLeastSquaresSolver
Represents an object that can solve a system of linear equations in the least squares sense.
Public interfaceIComplexStorage
Represents the interface that allows access to an object's internal storage of double-precision floating-point numbers.
Public interfaceISingleComplexLeastSquaresSolver
Represents an object that can solve a system of linear equations in the least squares sense.
Public interfaceISingleComplexStorage
Represents the interface that allows access to an object's internal storage of double-precision floating-point numbers.

Copyright (c) 2004-2016 ExoAnalytics Inc.

Send comments on this topic to support@extremeoptimization.com

Copyright © 2004-2021, 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.