Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/arrayfire/arrayfire-rust
/ get
Method
get
src/core/dim4.rs:120–122 ·
view source on GitHub ↗
Get the dimensions as a slice of 4 values
(&self)
Source
from the content-addressed store, hash-verified
118
119
/// Get the dimensions as a slice of 4 values
120
pub fn get(&self) -> &[u64; 4] {
121
&self.dims
122
}
123
}
124
125
#[cfg(test)]
Callers
15
median
Function · 0.45
var_v2
Function · 0.45
cov_v2
Function · 0.45
var_all_v2
Function · 0.45
median_all
Function · 0.45
corrcoef
Function · 0.45
topk
Function · 0.45
meanvar
Function · 0.45
stdev_v2
Function · 0.45
stdev_all_v2
Function · 0.45
svd
Function · 0.45
svd_inplace
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected