atmosphere ~master (2022-03-09T12:01:05.4173038)
Dub
Repo
dotProduct
atmosphere
utilities
Undocumented in source. Be warned that the author may not have intended to support it.
auto
dotProduct
(Range1 a, Range2 b)
auto
dotProduct
(Range1 a, Range2 b)
version(!LDC)
package
auto
dotProduct
(
Range1
Range2
)
(
Range1
a
,
Range2
b
)
if
(
isInputRange
!
Range1
&&
isInputRange
!
Range2
&&
(
!
isArray
!
Range1
||
!
isArray
!
Range2
)
&&
is
(
Unqual
!(
ElementType
!
Range1
) :
Unqual
!(
ElementType
!
Range2
))
)
T
dotProduct
(T[] a, T[] b)
T
dotProduct
(T[] a, T[] b)
Meta
Source
See Implementation
atmosphere
utilities
functions
avg
dotProduct
dotProductInverse
dotProductInverse2
gemv
inlineIR
normalize
randomPermutation
sum
structs
MatrixColumnsSlider
templates
convertTo