SCAL[α,x]
computes the scaled vector α x and resets x to the result.


SCAL
SCAL[α,x]
computes the scaled vector α x and resets x to the result.
Details and Options
- To use SCAL, you first need to load the BLAS Package using Needs["LinearAlgebra`BLAS`"].
- The following arguments must be given:
-
α input expression scalar multiple x input/output symbol vector; the symbol value is modified in place - SCAL[α,x] is equivalent to x=α x.
Examples
open all close allRelated Guides
Text
Wolfram Research (2017), SCAL, Wolfram Language function, https://reference.wolfram.com/language/LowLevelLinearAlgebra/ref/SCAL.html.
CMS
Wolfram Language. 2017. "SCAL." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/LowLevelLinearAlgebra/ref/SCAL.html.
APA
Wolfram Language. (2017). SCAL. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/LowLevelLinearAlgebra/ref/SCAL.html
BibTeX
@misc{reference.wolfram_2025_scal, author="Wolfram Research", title="{SCAL}", year="2017", howpublished="\url{https://reference.wolfram.com/language/LowLevelLinearAlgebra/ref/SCAL.html}", note=[Accessed: 14-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_scal, organization={Wolfram Research}, title={SCAL}, year={2017}, url={https://reference.wolfram.com/language/LowLevelLinearAlgebra/ref/SCAL.html}, note=[Accessed: 14-August-2025]}