Mapsted Android SDK 26.8.1
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Mapsted Android SDK 26.8.1
android-sdk-core
/
com.mapsted.positioning
/
MathCalc
/
matrixTimesVector
matrix
Times
Vector
open
fun
matrixTimesVector
(
M
:
Array
<
Array
<
Double
>
>
,
X
:
Array
<
Double
>
)
:
Array
<
Double
>
open
fun
matrixTimesVector
(
M
:
Array
<
Array
<
Float
>
>
,
X
:
Array
<
Float
>
)
:
Array
<
Float
>