Docs.rs
oxiphysics-core-0.1.1
oxiphysics-core 0.1.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
cool-japan
Dependencies
nalgebra ^0.34
normal
ndarray ^0.17.2
normal
optional
rand ^0.10
normal
scirs2-integrate ^0.4.4
normal
optional
serde ^1
normal
thiserror ^2
normal
proptest ^1
dev
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
add3
oxiphysics_
core
0.1.1
In oxiphysics_
core::
multiscale_
methods::
functions
oxiphysics_core
::
multiscale_methods
::
functions
Function
add3
Copy item path
Source
pub fn add3(a: [
f64
;
3
], b: [
f64
;
3
]) -> [
f64
;
3
]
Expand description
Element-wise addition of two 3D vectors.