MatrixDotNet 0.0.7.2
Powerful MatrixDotNet library for matrix calculation
With all answers see documentation or ask on gitter or github issues
Install-Package MatrixDotNet -Version 0.0.7.2
dotnet add package MatrixDotNet --version 0.0.7.2
<PackageReference Include="MatrixDotNet" Version="0.0.7.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MatrixDotNet --version 0.0.7.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: MatrixDotNet, 0.0.7.2"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
- Move to generic implementation of Transpose and Negate
- Optimized Sum, Transpose and Negate
- Optimized ctor for fill one value
- Fixed sum for intrinsic and move to generic Sum
- Add Intrinsic TransposeVecSize
- Add generic random for generating matrix.
- Updated Documentation
- Move to generic implementation of Transpose and Negate
- Optimized Sum, Transpose and Negate
- Optimized ctor for fill one value
- Fixed sum for intrinsic and move to generic Sum
- Add Intrinsic TransposeVecSize
- Add generic random for generating matrix.
- Updated Documentation
Dependencies
-
.NETCoreApp 3.1
- System.Runtime.CompilerServices.Unsafe (>= 4.7.1)
-
.NETStandard 2.1
- System.Runtime.CompilerServices.Unsafe (>= 4.7.1)
-
net5.0
- System.Runtime.CompilerServices.Unsafe (>= 4.7.1)
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on MatrixDotNet:
Package | Downloads |
---|---|
MatrixDotNet.NetCore
With all answers see documentation or ask on gitter or github issues
|
GitHub repositories
This package is not used by any popular GitHub repositories.