Skip to content

Add shiftRowsUp/shiftRowsDown methods#127

Open
igorinov wants to merge 2 commits into
lessthanoptimal:SNAPSHOTfrom
igorinov:SNAPSHOT
Open

Add shiftRowsUp/shiftRowsDown methods#127
igorinov wants to merge 2 commits into
lessthanoptimal:SNAPSHOTfrom
igorinov:SNAPSHOT

Conversation

@igorinov

Copy link
Copy Markdown

These row shifting functions were created for an experimental implementation of fixed lag smoother based on Kalman filter.
The shift functions were optimized out of that filter implementation later, but they may be useful for some other projects.

@lessthanoptimal lessthanoptimal left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Over all looks good. One documentation comment. Could you remind me what the application is again?

}

/**
* Shifts all rows down by the specified number of places

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you mention what happens to the rows that are now unoccupied?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@lessthanoptimal

Copy link
Copy Markdown
Owner

Could you also run ./gradlew spotlessApply it should fix the copyright issue and allow CI to pass. I think only one file should bechanged.

@igorinov

Copy link
Copy Markdown
Author

Over all looks good. One documentation comment. Could you remind me what the application is again?

It was added for fixed lag and fixed interval smoother. Recently I optimized my smoother implementation to avoid shifts, but they could be useful in other projects.

@lessthanoptimal

Copy link
Copy Markdown
Owner

CI still isn't passing. Did you try running ./gradlew spotlessApply yet?

@igorinov

igorinov commented Feb 1, 2021

Copy link
Copy Markdown
Author
FAILURE: Build failed with an exception.

* What went wrong:
Task 'spotlessApply' not found in root project 'ejml'.

@lessthanoptimal

Copy link
Copy Markdown
Owner

weird. Could you try this?

cd ejml
git fetch
git rebase origin/SNAPSHOT
./gradlew spotlessApply

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants