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

[WIP] System of equations API for F# #562

Open
WhiteBlackGoose opened this issue Mar 3, 2022 · 0 comments
Open

[WIP] System of equations API for F# #562

WhiteBlackGoose opened this issue Mar 3, 2022 · 0 comments
Labels
Area: F# The issue is related to the AngouriMath.FSharp package Design document For issues representing detailed design of new API or feature Proposal Contribute to the project by proposing some improvements

Comments

@WhiteBlackGoose
Copy link
Member

The package I want to suggest the idea to: AngouriMath.FSharp

Version 1

val system : list 'a -> EquationSystem
val solveSystem : EquationSystem -> Matrix

Version 2

val solveSystem : list Variable -> list 'a -> Matrix
@WhiteBlackGoose WhiteBlackGoose added Proposal Contribute to the project by proposing some improvements Area: F# The issue is related to the AngouriMath.FSharp package Design document For issues representing detailed design of new API or feature labels Mar 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: F# The issue is related to the AngouriMath.FSharp package Design document For issues representing detailed design of new API or feature Proposal Contribute to the project by proposing some improvements
Projects
None yet
Development

No branches or pull requests

1 participant