flutter-idea/testSrc/integration/io/flutter/utils/math/Matrix4Test.java [254:268]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    final ArrayList<Matrix4> inputA = new ArrayList<>();
    final ArrayList<Matrix4> inputB = new ArrayList<>();
    final ArrayList<Matrix4> expectedOutput = new ArrayList<>();

    inputA.add(parseMatrix4(
      "0.450541598502498   0.152378018969223   0.078175528753184   0.004634224134067\n" +
      "0.083821377996933   0.825816977489547   0.442678269775446   0.774910464711502\n" +
      "0.228976968716819   0.538342435260057   0.106652770180584   0.817303220653433\n" +
      "0.913337361501670   0.996134716626885   0.961898080855054   0.868694705363510"));
    inputB.add(parseMatrix4(
      "0.450541598502498   0.152378018969223   0.078175528753184   0.004634224134067\n" +
      "0.083821377996933   0.825816977489547   0.442678269775446   0.774910464711502\n" +
      "0.228976968716819   0.538342435260057   0.106652770180584   0.817303220653433\n" +
      "0.913337361501670   0.996134716626885   0.961898080855054   0.868694705363510"));
    expectedOutput.add(parseMatrix4(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



flutter-idea/testSrc/integration/io/flutter/utils/math/Matrix4Test.java [286:300]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    final ArrayList<Matrix4> inputA = new ArrayList<>();
    final ArrayList<Matrix4> inputB = new ArrayList<>();
    final ArrayList<Matrix4> expectedOutput = new ArrayList<>();

    inputA.add(parseMatrix4(
      "0.450541598502498   0.152378018969223   0.078175528753184   0.004634224134067\n" +
      "0.083821377996933   0.825816977489547   0.442678269775446   0.774910464711502\n" +
      "0.228976968716819   0.538342435260057   0.106652770180584   0.817303220653433\n" +
      "0.913337361501670   0.996134716626885   0.961898080855054   0.868694705363510"));
    inputB.add(parseMatrix4(
      "0.450541598502498   0.152378018969223   0.078175528753184   0.004634224134067\n" +
      "0.083821377996933   0.825816977489547   0.442678269775446   0.774910464711502\n" +
      "0.228976968716819   0.538342435260057   0.106652770180584   0.817303220653433\n" +
      "0.913337361501670   0.996134716626885   0.961898080855054   0.868694705363510"));
    expectedOutput.add(parseMatrix4(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



