﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
533	InnerPoint crashes in a cycle	Víctor de Buen Remiro	Liván Ramírez Dorta	"InnerPoint crashes in this simple cycle

Set For(1,100,Real(Real k)
{
  WriteLn(""Iteration ""<<k);
  Matrix A.1 = 
  (
    (-1, 0, 0, 0, 0), 
    (0, -1, 0, 0, 0), 
    (0.5, 0.5, -1, 0, 0), 
    (0.5, 0.5, 0, -1, 0), 
    (0.5, 0.5, 0, 0, -1), 
    (1, 0, 0, 0, 0), 
    (0, 1, 0, 0, 0), 
    (0, 0, 1, 0, 0), 
    (0, 0, 0, 1, 0), 
    (0, 0, 0, 0, 1)
  ); 
  Matrix a.1 = Col
  (
    -0.1, 
    -0.1, 
     0, 
     0, 
     0, 
     0.3, 
     0.3, 
     0.9, 
     0.9, 
     0.9
  );
  Set X.1 = InnerPoint(A.1,a.1);
  k
});"	defect	closed	highest		Math	head	blocker	fixed		
