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

Start the definition of concrete number and container interfaces #561

Merged
merged 6 commits into from
Dec 18, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/src/interfaces/Array_and_Number.md
Co-authored-by: Hendrik Ranocha <[email protected]>
  • Loading branch information
ChrisRackauckas and ranocha authored Dec 18, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit cd91cfcd5ce79e3dc88844d35029a834c0759211
2 changes: 1 addition & 1 deletion docs/src/interfaces/Array_and_Number.md
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@
### Adaptive Number Types

* `x::T / y::T = z::T`
* Default choices of norms can assume `sqrt(x::T)::T` exists. If `internalnorm` is overriden then this

Check warning on line 52 in docs/src/interfaces/Array_and_Number.md

GitHub Actions / Spell Check with Typos

"overriden" should be "overridden".
may not be required (for example, changing the norm to inf-norm).
* `x::T ^ y::T = z::T`

@@ -91,7 +91,7 @@

### SciML Matrix (Operator) Type

Note that the matrix type may not match the type of the initial container `u0`. An example is `ComponetMatrix`
Note that the matrix type may not match the type of the initial container `u0`. An example is `ComponentMatrix`
as the matrix structure corresponding to a `ComponentArray`. However, the following actions are assumed
to hold on the resulting matrix type: