Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#641 - Introduce VectorValue/MatrixValue. #648

Merged
merged 1 commit into from Jul 9, 2023
Merged

Conversation

sys27
Copy link
Owner

@sys27 sys27 commented Jul 8, 2023

No description provided.

@sys27 sys27 added this to the xFunc 4.3.0 milestone Jul 8, 2023
@sys27 sys27 self-assigned this Jul 8, 2023
@codecov
Copy link

codecov bot commented Jul 8, 2023

Codecov Report

Merging #648 (e33f4fd) into dev (c2e2cb8) will increase coverage by 0.00%.
The diff coverage is 98.70%.

@@           Coverage Diff           @@
##              dev     #648   +/-   ##
=======================================
  Coverage   99.60%   99.61%           
=======================================
  Files         208      210    +2     
  Lines        8191     8222   +31     
=======================================
+ Hits         8159     8190   +31     
  Misses         32       32           
Impacted Files Coverage Δ
...unc.Maths/Expressions/Parameters/ParameterValue.cs 98.27% <ø> (ø)
xFunc.Maths/Expressions/Matrices/Matrix.cs 95.00% <85.71%> (-2.73%) ⬇️
xFunc.Maths/Expressions/Matrices/MatrixValue.cs 98.10% <98.10%> (ø)
xFunc.Maths/Analyzers/Simplifier.cs 100.00% <100.00%> (ø)
...Func.Maths/Analyzers/TypeAnalyzers/TypeAnalyzer.cs 99.91% <100.00%> (ø)
xFunc.Maths/Expressions/Abs.cs 100.00% <100.00%> (ø)
xFunc.Maths/Expressions/Add.cs 100.00% <100.00%> (ø)
xFunc.Maths/Expressions/Matrices/CrossProduct.cs 100.00% <100.00%> (ø)
xFunc.Maths/Expressions/Matrices/Determinant.cs 100.00% <100.00%> (ø)
xFunc.Maths/Expressions/Matrices/DotProduct.cs 100.00% <100.00%> (ø)
... and 18 more

@sys27 sys27 force-pushed the feature/matrix-vector branch 8 times, most recently from 586d547 to 3bfab30 Compare July 9, 2023 16:39
@sys27 sys27 marked this pull request as ready for review July 9, 2023 16:42
@sys27 sys27 merged commit bb3902c into dev Jul 9, 2023
4 of 5 checks passed
@sys27 sys27 deleted the feature/matrix-vector branch July 9, 2023 16:58
@sys27 sys27 linked an issue Jul 9, 2023 that may be closed by this pull request
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Matrix Optimization
1 participant