LinearSolveFunction
LinearSolveFunction[dimensions, data] represents a function for providing solutions to a matrix equation.
Examples
lsf = LinearSolve[{{1, 2}, {3, 4}}];
lsf[{5, 6}]Please visit the official Wolfram Language Reference for more details.