Overview
Comment:Fix for ambiguous Matrix instantiation (Octave 2.0.16).
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: ca18b01ca5e1f4430ac5756dcf6e85978a7cb74eec9f6e9b3a5aad15a56877d4
User & Date: geraint@users.sourceforge.net on 2001-03-28 01:50:40.000
Other Links: branch diff | manifest | tags
Context
2001-03-29
19:24:14
Can now use c representations of crs when using -c option check-in: 810776c9bc user: gawthrop@users.sourceforge.net tags: origin/master, trunk
2001-03-28
01:50:40
Fix for ambiguous Matrix instantiation (Octave 2.0.16). check-in: ca18b01ca5 user: geraint@users.sourceforge.net tags: origin/master, trunk
2001-03-27
13:47:53
First version check-in: 8ccb71060d user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes
45
46
47
48
49
50
51
52

53
54
55
56
57
58
59
45
46
47
48
49
50
51

52
53
54
55
56
57
58
59







-
+







	    {
	      AA (row,col) = 0.0;
	      AA (col,row) = 0.0;
	    }
	}
    }

  x = static_cast<ColumnVector> (xleftdiv (AA, static_cast<Matrix>(AAx + dx * t)));
  x = static_cast<ColumnVector> (xleftdiv (AA, static_cast<Matrix>(static_cast<ColumnVector>(AAx + dx * t))));
  
  for (row = 0; row < Nx; row++)
    {
      if (openx (row) > 0.5)
	{
	  x (row) = 0.0;
	}

MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]