
Research
NPM targeted by malware campaign mimicking familiar library names
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
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
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
Research
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
Research
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.