🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

Math_Collection

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Math_Collection

The Math Collection is a project that contains mathematical concepts

0.2.0
NuGet
Version published
Maintainers
2
Created
Source

Math_Collection

This project contains all implemented classes and calculations.

Class-Overview

  • Analysis

    • AnalysisBase
  • Basics

    • Basics
    • Interval
  • LinearAlgebra

    • LGS
    • LinearAlgebraOperations
  • LinearAlgebra.Vectors

    • Vector
  • LinearAlgebra.Matrices

    • Matrices
      • Matrix
      • ProjectionMatrix
      • RotationsMatrix
      • TranslationsMatrix
  • Statistic

    • Polynominal Regression

Feature Overview

Methodin ClassStaticDescriptionReturn Value
Derivation_ApproximationAnalysisBaseYCalculates an approximated derivation value at a specific pointdouble
ExtremaApproximatedWithFibonacciMethodAnalysisBaseYCalculates an approximated extrema from a function with the fibonacci methodVector
CompareBasicsYCompares two objects to each otherECompareResult
DegreesToRadiansBasicsYTransforms degree values into radian valuesdouble
FibonacciSequenceBasicsYCalculates the fibonacci sequence numbersint
SolveLGSNSolves a system with linear equationsVector
AddVectorToVectorLinearAlgebraOperationsYAdds two vectors togetherVector
SubtractVectorFromVectorLinearAlgebraOperationsYSubtracts two vectorsVector
MultiplyVectorWithVectorLinearAlgebraOperationsYMultiplies two vectorsVector
MultiplyVectorWithScalarLinearAlgebraOperationsYMultiplies a vector with a scalar valueVector
CalculateDotProductLinearAlgebraOperationsYCalculates the dot product of two vectorsdouble
CalculateCrossProductLinearAlgebraOperationsYCalculates the cross product of two vectorsVector
MultiplyMatrixWithMatrixLinearAlgebraOperationsYMultiplies two matrices togetherMatrix
MultiplyMatrixWithVectorLinearAlgebraOperationsYMultiplies a matrix with a vectorVector
MultiplyMatrixWithScalarLinearAlgebraOperationsYMultiplies a matrix with a scalar valueMatrix
MultiplyMatrixWithItselfLinearAlgebraOperationsYMultiplies a matrix a bounch of time with itselfMatrix
TransposeMatrixLinearAlgebraOperationsYCreates the transposed version of the matrixMatrix
CalculateInverseMatrixLinearAlgebraOperationsYCalculates the inverse matrixMatrix
CreateRegressionPolynominalRegressionYCalculates a regression polynominal with a given degreeFunction

Keywords

Math

FAQs

Package last updated on 25 Jun 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts