
Research
/Security News
Toptal’s GitHub Organization Hijacked: 10 Malicious Packages Published
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
This project contains all implemented classes and calculations.
Analysis
Basics
LinearAlgebra
LinearAlgebra.Vectors
LinearAlgebra.Matrices
Statistic
Method | in Class | Static | Description | Return Value |
---|---|---|---|---|
Derivation_Approximation | AnalysisBase | Y | Calculates an approximated derivation value at a specific point | double |
ExtremaApproximatedWithFibonacciMethod | AnalysisBase | Y | Calculates an approximated extrema from a function with the fibonacci method | Vector |
Compare | Basics | Y | Compares two objects to each other | ECompareResult |
DegreesToRadians | Basics | Y | Transforms degree values into radian values | double |
FibonacciSequence | Basics | Y | Calculates the fibonacci sequence numbers | int |
Solve | LGS | N | Solves a system with linear equations | Vector |
AddVectorToVector | LinearAlgebraOperations | Y | Adds two vectors together | Vector |
SubtractVectorFromVector | LinearAlgebraOperations | Y | Subtracts two vectors | Vector |
MultiplyVectorWithVector | LinearAlgebraOperations | Y | Multiplies two vectors | Vector |
MultiplyVectorWithScalar | LinearAlgebraOperations | Y | Multiplies a vector with a scalar value | Vector |
CalculateDotProduct | LinearAlgebraOperations | Y | Calculates the dot product of two vectors | double |
CalculateCrossProduct | LinearAlgebraOperations | Y | Calculates the cross product of two vectors | Vector |
MultiplyMatrixWithMatrix | LinearAlgebraOperations | Y | Multiplies two matrices together | Matrix |
MultiplyMatrixWithVector | LinearAlgebraOperations | Y | Multiplies a matrix with a vector | Vector |
MultiplyMatrixWithScalar | LinearAlgebraOperations | Y | Multiplies a matrix with a scalar value | Matrix |
MultiplyMatrixWithItself | LinearAlgebraOperations | Y | Multiplies a matrix a bounch of time with itself | Matrix |
TransposeMatrix | LinearAlgebraOperations | Y | Creates the transposed version of the matrix | Matrix |
CalculateInverseMatrix | LinearAlgebraOperations | Y | Calculates the inverse matrix | Matrix |
CreateRegression | PolynominalRegression | Y | Calculates a regression polynominal with a given degree | Function |
FAQs
The Math Collection is a project that contains mathematical concepts
We found that math_collection demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
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.
Research
/Security News
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
Research
/Security News
Socket researchers investigate 4 malicious npm and PyPI packages with 56,000+ downloads that install surveillance malware.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.