We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ones()
rray()
zeros()
ones_like()
zeros_like()
eye()
arange()
1:10
seq()
linspace()
logspace()
concatenate()
rray_bind()
stack()
diag()
diagonal()
xt::diagonal()
tril()
tri_lower()
triu()
tri_upper()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
just useones()
rray()
just usezeros()
rray()
ones_like()
zeros_like()
eye()
(blocked by Is eye() specific to row major layouts? xtensor-stack/xtensor-r#90)just usearange()
1:10
orseq()
for equal spacinguselinspace()
seq()
not that usefullogspace()
concatenate()
(this could be useful) (probably impossible with their tuple impl, userray_bind()
)stack()
maybe (probably impossible with their tuple impl, userray_bind()
)diag()
but probably a different namediagonal()
(blocked by Letxt::diagonal()
return results in a column major fashion xtensor-stack/xtensor#1570)tril()
but call ittri_lower()
(likely also blocked by 1570)triu()
buttri_upper()
(likely also blocked by 1570)The text was updated successfully, but these errors were encountered: