mirror of
https://github.com/ml-explore/mlx.git
synced 2025-08-21 20:46:46 +08:00
spelling: conversions
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
0f34dc11af
commit
30e9fdcf74
@ -45,7 +45,7 @@ struct complex64_t {
|
|||||||
typename = typename enable_if<can_convert_to_complex64<T>>::type>
|
typename = typename enable_if<can_convert_to_complex64<T>>::type>
|
||||||
constexpr complex64_t(T x) constant : real(x), imag(0) {}
|
constexpr complex64_t(T x) constant : real(x), imag(0) {}
|
||||||
|
|
||||||
// Converstions from complex64_t
|
// Conversions from complex64_t
|
||||||
template <
|
template <
|
||||||
typename T,
|
typename T,
|
||||||
typename = typename enable_if<can_convert_from_complex64<T>>::type>
|
typename = typename enable_if<can_convert_from_complex64<T>>::type>
|
||||||
|
Loading…
Reference in New Issue
Block a user